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' } ],