fix:国际化修改

This commit is contained in:
zhangyu
2022-06-17 10:39:36 +08:00
parent eed45e2ae1
commit c935039807
23 changed files with 25 additions and 256 deletions

View File

@@ -238,7 +238,7 @@ export default {
this.esc(false)
},
messageStyle (e) {
if (e.column.label == 'Alerts' || e.column.label == this.$t('asset.alerts')) {
if (e.column.label == 'Alerts' || e.column.label == this.$t('alert.alertMessage')) {
if (e.row.alertNum > 0) {
return 'danger'
} else {