From e756b54a9628b5ed56eea98644eef93557d969ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 27 Mar 2023 13:37:23 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=8D=87=E7=BA=A7=E8=A6=81=E6=B1=82-?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 ++ jero-web/src/common/lang/zh-cn.js | 2 ++ .../components/upgradeRequirements.vue | 15 +++++++++++---- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index ed3137454..9838b8473 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -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', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 4aac259d7..6347fbd7e 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1816,4 +1816,6 @@ module.exports = { pleaseFillInTheInformationTaskProcess:'请填写工程接口人和责任人信息后再发起任务流程', complianceReporting:'合规报告', youCanOnlySelectStatusClearSubmit:'只能选择流程状态为清单待提交的数据', + note:'注:附件包括测试项目清单、测试报告.测试标准或技术规范', + format:'支持doc/docx/pdf格式,大小50M以内', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue index d2ad38e2f..28189dc21 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue @@ -18,10 +18,17 @@ {{ $t('not') }} - - {{ $t('uploadattachment') }} - + + + +
+
+

{{$t('note')}}

+

    {{$t('format')}}

+
+ +
{{ $t('preservation') }} {{ $t('last') }} @@ -228,7 +235,7 @@ export default { this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName) this.$forceUpdate() }) - + }, click(value) { this.fileList = value