消息类型添加认证消息
This commit is contained in:
@@ -819,4 +819,5 @@ module.exports = {
|
|||||||
yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule',
|
yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule',
|
||||||
greenRequirements:'Green: confirm that it meets or meets the current requirements',
|
greenRequirements:'Green: confirm that it meets or meets the current requirements',
|
||||||
blueUndeterminedState:'Blue: undetermined state',
|
blueUndeterminedState:'Blue: undetermined state',
|
||||||
|
authenticationMessage:'Authentication Message',
|
||||||
}
|
}
|
||||||
@@ -824,4 +824,5 @@ module.exports = {
|
|||||||
yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表',
|
yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表',
|
||||||
greenRequirements:'绿:确认符合或满足当前要求',
|
greenRequirements:'绿:确认符合或满足当前要求',
|
||||||
blueUndeterminedState:'蓝:未判断状态',
|
blueUndeterminedState:'蓝:未判断状态',
|
||||||
|
authenticationMessage:'认证消息',
|
||||||
}
|
}
|
||||||
@@ -103,7 +103,8 @@
|
|||||||
msgCategoryQuery: {
|
msgCategoryQuery: {
|
||||||
'1': this.$t('SubscriptionNotification'),
|
'1': this.$t('SubscriptionNotification'),
|
||||||
'2': this.$t('warningInformation'),
|
'2': this.$t('warningInformation'),
|
||||||
'3': this.$t('ForwardPush')
|
'3': this.$t('ForwardPush'),
|
||||||
|
'4': this.$t('authenticationMessage')
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user