fix:修复中文显示问题

This commit is contained in:
wangwenrui
2020-09-30 18:22:15 +08:00
parent 22762bdf71
commit 6a1603d853
3 changed files with 3 additions and 3 deletions

View File

@@ -393,7 +393,7 @@
this.getTableData();
},
messageStyle(e) {
if (e.column.label == 'Alerts' || e.column.label == this.$t("asset.tableTitle.alerts")) {
if (e.column.label == 'Alerts' || e.column.label == this.$t("project.endpoint.alerts")) {
if (e.row.alertNum > 0) {
return 'danger';
} else {