From b762506cd543ecd771910663ac6b1b8f90ca2732 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 1 Jun 2022 12:03:23 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1801=20fix=EF=BC=9A=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E5=90=8EExplore=E5=86=85?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=9B=BE=E8=A1=A8=E4=BF=A1=E6=81=AF=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E6=97=A5=E6=9C=9F=E6=9C=AA=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/table/settings/agentTable.vue | 6 +++++- .../page/dashboard/explore/exploreItem.vue | 4 ++-- .../src/components/page/dashboard/overview/chart.vue | 12 +++++++++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/nezha-fronted/src/components/common/table/settings/agentTable.vue b/nezha-fronted/src/components/common/table/settings/agentTable.vue index e387feda2..96b15bb8a 100644 --- a/nezha-fronted/src/components/common/table/settings/agentTable.vue +++ b/nezha-fronted/src/components/common/table/settings/agentTable.vue @@ -41,7 +41,7 @@ {{findServerType(scope.row[item.prop]).text}} {{utcTimeToTimezoneStr(scope.row[item.prop])}} - {{scope.row[item.prop]?utcTimeToTimezoneStr(scope.row[item.prop]):'-'}} + {{scope.row[item.prop]?timeFormate(computeTimezoneTime(scope.row[item.prop])):'-'}}
@@ -87,6 +87,7 @@