diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index a09d02df0..558ec8b23 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -811,4 +811,6 @@ module.exports = { reasonsForRejection:'Reasons for rejection', inconformity:'Non-Compliance', toTrack:'To be tracked', + Launch:'Launch', + maintainProgress:'Maintain' } \ 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 1c3fb1d94..8bf85de11 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -815,5 +815,7 @@ module.exports = { maintainVirtualList:'维护虚拟清单', reasonsForRejection:'驳回原因', inconformity:'不符合', - toTrack:'待追踪' + toTrack:'待追踪', + Launch:'发起', + maintainProgress:'维护进度' } \ No newline at end of file diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue index 50d04eb39..8cb57ba70 100644 --- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue @@ -34,10 +34,12 @@ dataSource: [], loading: false, reviewResult: { - 'conformity': this.$t('accord'), - 'inconformity': this.$t('nonConformity'), - 'to track': this.$t('Tracked'), - 'uninvolved': this.$t('notInvolved') + 'launch':this.$t('Launch'), + 'Compliance': this.$t('accord'), + 'Non-Compliance': this.$t('nonConformity'), + 'To be tracked': this.$t('Tracked'), + 'NA': this.$t('notInvolved'), + 'No rating': this.$t('toBeConfirmed') }, columns: [ { diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index a969ff589..95c9ac589 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -67,7 +67,9 @@