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 @@