From c5c025bf098cb2d6a8d713fbcbb4622abbddec04 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 17 Jun 2021 15:23:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=BE=A7=20Bifang=20=E4=BE=A7?= =?UTF-8?q?=E6=BB=91BOX=E7=9A=84=E6=8E=92=E5=BA=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/project/popData/assetTable.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nezha-fronted/src/components/common/project/popData/assetTable.vue b/nezha-fronted/src/components/common/project/popData/assetTable.vue index 8827a6042..6a7af488f 100644 --- a/nezha-fronted/src/components/common/project/popData/assetTable.vue +++ b/nezha-fronted/src/components/common/project/popData/assetTable.vue @@ -92,20 +92,17 @@ export default { prop: 'id', show: true, width: 110, - sortable: 'custom' }, { label: this.$t('overall.name'), prop: 'name', show: true, width: 110, - sortable: 'custom' }, { label: this.$t('asset.manageIp'), prop: 'manageIp', show: true, width: 140, - sortable: 'custom' }, { label: this.$t('asset.pingInfo'), @@ -117,13 +114,11 @@ export default { prop: 'alertNum', show: true, width: 140, - sortable: 'custom' }, { label: this.$t('asset.endpointNum2'), prop: 'endpointNum', show: true, width: 160, - sortable: 'custom' }], searchMsg: { // 给搜索框子组件传递的信息 searchLabelList: [{