From 306eb0984fca9d8141cd2ce969778094223c8d92 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 21 Jul 2020 18:54:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E4=B8=8B=20alerts=E5=88=97=E6=A0=B7=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/asset/asset.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index 8640d1cef..c7381fcca 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -638,7 +638,7 @@ }) }, messageStyle(e) { - if (e.column.label == this.$t("asset.tableTitle.alerts")) { + if (e.column.label == 'Alerts') { if (e.row.alertNum > 0) { return 'danger'; } else {