From b5eba03fd8180d31f9e4145fd90491cfc6086edf Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 13 May 2022 17:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AE=A4=E8=AF=81=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + jero-web/src/views/system/UserAnnouncementList.vue | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 821a8994b..e5c9e4dcc 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -819,4 +819,5 @@ module.exports = { yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule', greenRequirements:'Green: confirm that it meets or meets the current requirements', blueUndeterminedState:'Blue: undetermined state', + authenticationMessage:'Authentication Message', } \ 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 79b35f254..bbb6e73c6 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -824,4 +824,5 @@ module.exports = { yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表', greenRequirements:'绿:确认符合或满足当前要求', blueUndeterminedState:'蓝:未判断状态', + authenticationMessage:'认证消息', } \ No newline at end of file diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue index 544745df7..ea9320e79 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -103,7 +103,8 @@ msgCategoryQuery: { '1': this.$t('SubscriptionNotification'), '2': this.$t('warningInformation'), - '3': this.$t('ForwardPush') + '3': this.$t('ForwardPush'), + '4': this.$t('authenticationMessage') }, columns: [ {