From 3e29173c376efd55e7a4bfb3de813a6d77bc0314 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 3 Aug 2021 16:56:49 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-858=20fix:=20logexplore=E6=94=B9=E5=8A=A8?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=8C=85=E6=8B=ACstep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/table/settings/chartTmplTable.vue | 2 +- .../page/dashboard/explore/logTab.vue | 73 +++++++++++++++---- 2 files changed, 60 insertions(+), 15 deletions(-) diff --git a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue index 7b9349724..176e07c7f 100644 --- a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue +++ b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue @@ -35,7 +35,7 @@
- {{scope.row[item.prop]===1?'Asset':'endpoint'}} + {{scope.row[item.prop] === 1 ? 'Asset' : 'Endpoint'}} {{findTypeLabel(scope.row)}} diff --git a/nezha-fronted/src/components/page/dashboard/explore/logTab.vue b/nezha-fronted/src/components/page/dashboard/explore/logTab.vue index ddd18b832..5112bfa0f 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/logTab.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/logTab.vue @@ -44,7 +44,7 @@