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 = { export const alertMessage = {
severityData: [ severityData: [
{value: 'P2', label: i18n.t("alert.config.P2")},
{value: 'P1', label: i18n.t("alert.config.P1")}, {value: 'P1', label: i18n.t("alert.config.P1")},
{value: 'P2', label: i18n.t("alert.config.P2")},
{value: 'P3', label: i18n.t("alert.config.P3")} {value: 'P3', label: i18n.t("alert.config.P3")}
], ],
typeData: [ typeData: [

View File

@@ -468,7 +468,7 @@
} }
</script> </script>
<style scoped> <style scoped>
.nz-icon-gear:before{ /deep/ td .nz-icon-gear:before{
color: #606266; color: #606266;
} }
</style> </style>