fix:修复中文显示问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user