fix:解决asset。tableTitle 删除后的影响
This commit is contained in:
@@ -261,7 +261,7 @@ export default {
|
||||
this.esc(false)
|
||||
},
|
||||
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('asset.alerts')) {
|
||||
if (e.row.alertNum > 0) {
|
||||
return 'danger'
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user