From 50f5adead5456a2f1439b2130154caa04f71bb93 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 5 Mar 2021 11:37:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=A0=E9=99=A4=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E7=9A=84kill=E6=8C=89=E9=92=AE=20=E4=BF=AE=E6=94=B9du?= =?UTF-8?q?ration=E6=98=BE=E7=A4=BA=E8=A7=84=E5=88=99=20=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E9=BC=A0=E6=A0=87hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/alert/alertMessageTable.vue | 32 ++++++++++++-- .../common/bottomBox/tabs/alertMessageTab.vue | 3 ++ .../bottomBox/tabs/terminalLogMonitorTab.vue | 8 ---- .../src/components/common/js/tools.js | 12 ++++++ .../src/components/common/language/cn.js | 4 ++ .../src/components/common/language/en.js | 4 ++ .../common/project/popData/alertTable.vue | 4 +- .../src/components/page/alert/list.vue | 3 ++ .../components/page/config/terminallog.vue | 43 +++++++++++++------ 9 files changed, 87 insertions(+), 26 deletions(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/alert/alertMessageTable.vue index 64e1b53bd..5c0eb7ff5 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageTable.vue @@ -82,7 +82,15 @@ {{utcTimeToTimezoneStr(scope.row[item.prop])}} - {{utcTimeToTimezoneStr(scope.row[item.prop])}} + + {{scope.row[item.prop]}} @@ -100,7 +110,7 @@