NEZ-2032 fix : alert rule 时间计划详情提示框 样式错误

This commit is contained in:
likexuan
2022-07-15 11:53:02 +08:00
parent 6d44b127a6
commit 740440dcae
2 changed files with 13 additions and 10 deletions

View File

@@ -263,26 +263,26 @@ export default {
],
weekList: [
{
value: 1,
label: this.$t('week.Sun')
}, {
value: 2,
label: this.$t('week.Mon')
label: this.$t('week.MonAbbreviation')
}, {
value: 3,
label: this.$t('week.Tue')
label: this.$t('week.TueAbbreviation')
}, {
value: 4,
label: this.$t('week.Wed')
label: this.$t('week.WedAbbreviation')
}, {
value: 5,
label: this.$t('week.Thu')
label: this.$t('week.ThuAbbreviation')
}, {
value: 6,
label: this.$t('week.Fri')
label: this.$t('week.FriAbbreviation')
}, {
value: 7,
label: this.$t('week.Sat')
label: this.$t('week.SatAbbreviation')
}, {
value: 1,
label: this.$t('week.SunAbbreviation')
}
]
}