From d3bb814ba42d8743d12121992909e4fc2b6a2da3 Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 8 Apr 2022 14:23:48 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1780feat:Ping=E9=A1=B5=E9=9D=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/table/settings/pingTable.vue | 9 +- .../src/components/page/tool/ping.vue | 85 +++++++++++-------- nezha-fronted/static/config.json | 2 +- 3 files changed, 55 insertions(+), 41 deletions(-) diff --git a/nezha-fronted/src/components/common/table/settings/pingTable.vue b/nezha-fronted/src/components/common/table/settings/pingTable.vue index f0be62ad3..047019deb 100644 --- a/nezha-fronted/src/components/common/table/settings/pingTable.vue +++ b/nezha-fronted/src/components/common/table/settings/pingTable.vue @@ -30,9 +30,12 @@ @@ -62,7 +65,7 @@ export default { tableTitle: [ // 原table列 { label: this.$t('overall.dc'), - prop: 'dataCenter' + prop: 'dc' }, { label: this.$t('ping.sourceIp'), prop: 'source' diff --git a/nezha-fronted/src/components/page/tool/ping.vue b/nezha-fronted/src/components/page/tool/ping.vue index ed9bc0c9d..4dc4e07e9 100644 --- a/nezha-fronted/src/components/page/tool/ping.vue +++ b/nezha-fronted/src/components/page/tool/ping.vue @@ -5,7 +5,7 @@ :from="fromRoute.ping" >