fix:1修改alertRule 的Priority顺序的问题 2修改datacenter表格表头的设置图标的颜色不改变

This commit is contained in:
zhangyu
2020-10-16 14:13:02 +08:00
parent 2465ce5961
commit 4036055932
2 changed files with 2 additions and 2 deletions

View File

@@ -97,8 +97,8 @@ export const asset = {
export const alertMessage = {
severityData: [
{value: 'P2', label: i18n.t("alert.config.P2")},
{value: 'P1', label: i18n.t("alert.config.P1")},
{value: 'P2', label: i18n.t("alert.config.P2")},
{value: 'P3', label: i18n.t("alert.config.P3")}
],
typeData: [