OTA管理工具-在线升级要求-注释
This commit is contained in:
@@ -1716,4 +1716,6 @@ module.exports = {
|
||||
pleaseFillInTheInformationTaskProcess:'Please fill in the information of the project interface person and responsible person before initiating the task process',
|
||||
complianceReporting:'Compliance Reporting',
|
||||
youCanOnlySelectStatusClearSubmit:'You can only select data with a process status of Clear to Submit',
|
||||
note:'Note: The attachment includes the list of test items and test report. Test standard or technical specification',
|
||||
format:'It supports doc/docx/pdf format and is less than 50M in size',
|
||||
}
|
||||
@@ -1816,4 +1816,6 @@ module.exports = {
|
||||
pleaseFillInTheInformationTaskProcess:'请填写工程接口人和责任人信息后再发起任务流程',
|
||||
complianceReporting:'合规报告',
|
||||
youCanOnlySelectStatusClearSubmit:'只能选择流程状态为清单待提交的数据',
|
||||
note:'注:附件包括测试项目清单、测试报告.测试标准或技术规范',
|
||||
format:'支持doc/docx/pdf格式,大小50M以内',
|
||||
}
|
||||
+11
-4
@@ -18,10 +18,17 @@
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span slot="certifyingmaterials" slot-scope="text,record">
|
||||
<a-button type="primary" v-model="record.relevantverification">{{ $t('uploadattachment') }}</a-button>
|
||||
</span>
|
||||
<!-- <span slot="certifyingmaterials" slot-scope="text,record">-->
|
||||
<!-- <a-button type="primary" v-model="record.relevantverification">{{ $t('uploadattachment') }}</a-button>-->
|
||||
<!-- </span>-->
|
||||
</a-table>
|
||||
<div>
|
||||
<div style='margin-top: 20px'>
|
||||
<p>{{$t('note')}}</p>
|
||||
<p> {{$t('format')}}</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="bootom-button">
|
||||
<a-button class='btn' @click="save">{{ $t('preservation') }}</a-button>
|
||||
<a-button type="primary" style='width: 73px;margin-right: 50px' @click="last">{{ $t('last') }}</a-button>
|
||||
@@ -228,7 +235,7 @@ export default {
|
||||
this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName)
|
||||
this.$forceUpdate()
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
click(value) {
|
||||
this.fileList = value
|
||||
|
||||
Reference in New Issue
Block a user