Merge remote-tracking branch 'origin/dev_third_stage' into dev_third_stage
This commit is contained in:
@@ -1117,4 +1117,5 @@ module.exports = {
|
|||||||
nameTechnicalDocument:'Name of technical document',
|
nameTechnicalDocument:'Name of technical document',
|
||||||
chapter:'chapter',
|
chapter:'chapter',
|
||||||
problemDescription:'Problem description',
|
problemDescription:'Problem description',
|
||||||
|
filingExternalOpinions:'Filing of external opinions',
|
||||||
}
|
}
|
||||||
@@ -1121,4 +1121,5 @@ module.exports = {
|
|||||||
nameTechnicalDocument:'技术文件名称',
|
nameTechnicalDocument:'技术文件名称',
|
||||||
chapter:'章节',
|
chapter:'章节',
|
||||||
problemDescription:'问题说明',
|
problemDescription:'问题说明',
|
||||||
|
filingExternalOpinions:'对外意见归档',
|
||||||
}
|
}
|
||||||
+3
-3
@@ -44,13 +44,13 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="text">对外意见归档:</span>
|
<span class="text">{{$t('filingExternalOpinions')}}:</span>
|
||||||
<div @click="clickButtonToUpload('opinionArchiveId')"
|
<div @click="clickButtonToUpload('opinionArchiveId')" style="color: #21c9cc"
|
||||||
v-if="formInline.createBy == this.userInfoQuery.username" class="operator-text">
|
v-if="formInline.createBy == this.userInfoQuery.username" class="operator-text">
|
||||||
<a-icon type="cloud-upload" />
|
<a-icon type="cloud-upload" />
|
||||||
{{$t('clickUpload')}}
|
{{$t('clickUpload')}}
|
||||||
</div>
|
</div>
|
||||||
<div @click="seeFileClick(formInline.opinionArchiveId)" class="operator-text">
|
<div @click="seeFileClick(formInline.opinionArchiveId)" style="color: #21c9cc" class="operator-text">
|
||||||
<a-icon type="eye" />
|
<a-icon type="eye" />
|
||||||
{{$t('viewFile')}}
|
{{$t('viewFile')}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user