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