From 001cdafc3d95267137e75617fa49e8a33cd3c485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 29 Mar 2023 11:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=B1=BB=E5=9E=8B=E4=B8=8E=E5=AE=9E=E9=99=85=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=B8=8D=E7=AC=A6=EF=BC=8C=E6=9F=A5=E8=AF=A2=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 4 ++++ jero-web/src/common/lang/zh-cn.js | 4 ++++ .../projectRegulationTasks/index.vue | 18 +++++++++--------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 8a2f611e0..6307e5a29 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1734,5 +1734,9 @@ module.exports = { gnxtwh:'Functional system maintenance', gnxt:'Functional system', dykzq:'Corresponding controller', + releaseRegulatoryList:'Release of regulatory list', + preHomoFlow:'Pre-Homo flow', + verifyConformanceConfirmation:'Verify conformance confirmation', + designConformanceVerification:'Design conformance verification', nomorethan:'No more than 10', } \ 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 c50b848cf..52bc1eeed 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1836,5 +1836,9 @@ module.exports = { gnxtwh:'功能系统维护', gnxt:'功能系统', dykzq:'对应控制器', + releaseRegulatoryList:'法规清单发布', + preHomoFlow:'Pre-Homo流程', + verifyConformanceConfirmation:'验证符合性确认', + designConformanceVerification:'设计符合性确认', nomorethan:'不能超过10个', } \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/index.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/index.vue index 6e94a9c68..6b7901469 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/index.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/index.vue @@ -124,24 +124,24 @@ }, toggleSearchStatus: false, taskTypeList: [ + // { + // name: this.$t('confirmationOfRegulationsList'), + // value: '10' + // }, { - name: this.$t('confirmationOfRegulationsList'), + name: this.$t('releaseRegulatoryList'), value: '10' }, { - name: this.$t('listTaskConfirmation'), - value: '1' - }, - { - name: this.$t('designComplianceReview'), + name: this.$t('designConformanceVerification'), value: '2' }, { - name: this.$t('preHomeConfirmation'), - value: '3' + name: this.$t('preHomoFlow'), + value: '21' }, { - name: this.$t('verificationComplianceReview'), + name: this.$t('verifyConformanceConfirmation'), value: '4' } ],