From 9c6735dafaaff7f3832b2ea2480d7c7880b850d6 Mon Sep 17 00:00:00 2001 From: likexuan Date: Thu, 28 Apr 2022 13:31:41 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1844=20perf=20=EF=BC=9Aagent=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/table/settings/agentTable.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nezha-fronted/src/components/common/table/settings/agentTable.vue b/nezha-fronted/src/components/common/table/settings/agentTable.vue index f495b7f59..e387feda2 100644 --- a/nezha-fronted/src/components/common/table/settings/agentTable.vue +++ b/nezha-fronted/src/components/common/table/settings/agentTable.vue @@ -41,6 +41,7 @@ {{findServerType(scope.row[item.prop]).text}} {{utcTimeToTimezoneStr(scope.row[item.prop])}} + {{scope.row[item.prop]?utcTimeToTimezoneStr(scope.row[item.prop]):'-'}}
@@ -146,6 +147,12 @@ export default { prop: 'protocol', show: false, minWidth: 150 + }, + { + label: this.$t('dashboard.panel.chartForm.typeVal.server'), + prop: 'ts', + show: false, + minWidth: 150 } ] }