fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -199,7 +199,7 @@ export default {
sortable: "custom",
},
{
label: this.$t("alert.silence.name"),
label: this.$t("overall.name"),
prop: "name",
show: true,
minWidth: 150,
@@ -212,7 +212,7 @@ export default {
sortable: "custom",
},
{
label: this.$t("alert.silence.startTime"),
label: this.$t("overall.startTime"),
prop: "startAt",
show: true,
width: 300,
@@ -225,7 +225,7 @@ export default {
width: 120,
},
{
label: this.$t("alert.silence.remark"),
label: this.$t("overall.remark"),
prop: "remark",
show: true,
width: 120,
@@ -244,7 +244,7 @@ export default {
sortable: "custom",
},
{
label: this.$t("alert.silence.state"),
label: this.$t("overall.state"),
prop: "state",
show: true,
width: 120,