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

@@ -275,9 +275,9 @@ const cn = {
num: "数量",
alert: "告警",
alertTotal: "总计",
alertLow: "",
alertMedium: "",
alertHigh: "",
alertP3: "P3",
alertP2: "P2",
alertP1: "P1",
inStock: "在库",
outStock: "出库",
pingUp: "Up",
@@ -329,9 +329,9 @@ const cn = {
active: "在线",
inactive: "宕机",
alert: "告警",
high: "",
medium: "",
low: "",
P1: "P1",
P2: "P2",
P3: "P3",
endpoint: "Endpoint",
total: "总计",
up: "up",
@@ -767,9 +767,9 @@ const cn = {
alertConfig: "告警规则",
createAlertConfig: "新增告警规则",
editAlertConfig: "修改告警规则",
medium: "",
high: "",
low: "",
P1: "P1",
P2: "P2",
P3: "P3",
typeOption: {
project: "系统",
module: "组件",