消息类型添加认证消息

This commit is contained in:
qq787203167
2022-05-13 17:50:22 +08:00
parent 627d2738b7
commit b5eba03fd8
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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',
}
+1
View File
@@ -824,4 +824,5 @@ module.exports = {
yellowSchedule:'不符合/待追踪有可接受的方案和时间表',
greenRequirements:'绿确认符合或满足当前要求',
blueUndeterminedState:'未判断状态',
authenticationMessage:'认证消息',
}
@@ -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: [
{