From 702a8a6a0d830dc3701f1440c7f50aeff4deb456 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 12 May 2022 13:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AA=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E9=A1=B9=E7=9A=84=E4=BC=A0=E5=8F=82?= 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 ++ .../views/projectManagement/projectNonConformance/index.vue | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index c0af73ec7..257d7f8e5 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -809,4 +809,6 @@ module.exports = { virtualListDetails:'Virtual list details', maintainVirtualList:'Maintain virtual list', reasonsForRejection:'Reasons for rejection', + inconformity:'inconformity', + toTrack:'to track', } \ 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 10d3a802f..1c3fb1d94 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -814,4 +814,6 @@ module.exports = { virtualListDetails:'虚拟清单详情', maintainVirtualList:'维护虚拟清单', reasonsForRejection:'驳回原因', + inconformity:'不符合', + toTrack:'待追踪' } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue index 040d5edac..245e8a837 100644 --- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue +++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue @@ -87,12 +87,12 @@ class="box-input" v-model="queryParam.problemType" :placeholder="$t('PleaseSelect')+$t('problemType')"> - + {{ $t('nonConformity') }} - + {{ $t('Tracked') }}