fix:修改所有的 high medium low 为 P1 P2 P3
This commit is contained in:
@@ -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类型
|
||||
|
||||
Reference in New Issue
Block a user