perf: terminallog红绿提示统一
This commit is contained in:
@@ -690,9 +690,9 @@
|
||||
messageStyle(e) {
|
||||
if (e.column.label == this.$t("asset.tableTitle.alerts")) {
|
||||
if (e.row.alertNum > 0) {
|
||||
return 'has-message';
|
||||
return 'danger';
|
||||
} else {
|
||||
return 'has-no-message';
|
||||
return 'success';
|
||||
}
|
||||
}
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user