fix:修改所有的 high medium low 为 P1 P2 P3

This commit is contained in:
zhangyu
2020-10-14 14:24:07 +08:00
parent 55bd2fde5b
commit d1d1f00b52
15 changed files with 121 additions and 115 deletions

View File

@@ -3,16 +3,16 @@
const searchSelectInfo = { // value: 传给后台的值label显示给用户看的值
severity: [ //告警级别
{
value: 'medium',
label: i18n.t("alert.config.medium")
value: 'P2',
label: i18n.t("alert.config.P2")
},
{
value: 'high',
label: i18n.t("alert.config.high")
value: 'P1',
label: i18n.t("alert.config.P1")
},
{
value: 'low',
label: i18n.t("alert.config.low")
value: 'P3',
label: i18n.t("alert.config.P3")
}
],
promType: [ //promServer类型