From 2d25d8372cb6aba7f19b04e79d89e73473e4e291 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 18 May 2023 14:29:20 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=20=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/table/asset/disccoveryTabTable.vue | 8 ++++---- nezha-fronted/src/components/page/tool/assetDiscovery.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nezha-fronted/src/components/common/table/asset/disccoveryTabTable.vue b/nezha-fronted/src/components/common/table/asset/disccoveryTabTable.vue index 20b37dc56..be5457188 100644 --- a/nezha-fronted/src/components/common/table/asset/disccoveryTabTable.vue +++ b/nezha-fronted/src/components/common/table/asset/disccoveryTabTable.vue @@ -122,13 +122,13 @@ export default { show: true, minWidth: 150 }, { - label: this.$t('overall.SNMP'), - prop: 'state', + label: this.$t('asset.pingInfo'), + prop: 'ping', show: true, minWidth: 150 }, { - label: this.$t('asset.pingInfo'), - prop: 'ping', + label: this.$t('overall.SNMP'), + prop: 'state', show: true, minWidth: 150 }, { diff --git a/nezha-fronted/src/components/page/tool/assetDiscovery.vue b/nezha-fronted/src/components/page/tool/assetDiscovery.vue index a21d11561..614565594 100644 --- a/nezha-fronted/src/components/page/tool/assetDiscovery.vue +++ b/nezha-fronted/src/components/page/tool/assetDiscovery.vue @@ -8,7 +8,7 @@