From 0d600ededfb144afddb0072bfd50c01ab35088a6 Mon Sep 17 00:00:00 2001 From: "chen.zhang" <422734124@qq.com> Date: Sat, 11 May 2024 14:44:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E6=9C=BA=E5=92=8C=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E5=AE=9E=E4=BE=8B=E8=A1=A8=E6=A0=BC=E6=94=AF=E6=8C=81?= =?UTF-8?q?shift=E4=B8=80=E6=AC=A1=E6=80=A7=E9=80=89=E6=8B=A9=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/package.json | 2 +- src/ui/src/views/business-topology/host/host-list.vue | 1 + src/ui/src/views/general-model/index.vue | 1 + src/ui/src/views/resource/children/host-list.vue | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui/package.json b/src/ui/package.json index 7cf7e317b7..2d2c9022f2 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -22,7 +22,7 @@ "@icon-cool/bk-icon-cmdb-colorful": "0.0.1", "await-to-js": "^3.0.0", "axios": "^1.6.8", - "bk-magic-vue": "2.5.9-beta.21", + "bk-magic-vue": "2.5.9-beta.24", "core-js": "^3.10.1", "cytoscape": "3.10.0", "cytoscape-dagre": "2.2.2", diff --git a/src/ui/src/views/business-topology/host/host-list.vue b/src/ui/src/views/business-topology/host/host-list.vue index a04718a4e1..b643ebf321 100644 --- a/src/ui/src/views/business-topology/host/host-list.vue +++ b/src/ui/src/views/business-topology/host/host-list.vue @@ -18,6 +18,7 @@ ref="tableRef" v-bkloading="{ isLoading: $loading(Object.values(request)) }" :data="table.data" + :shift-multi-checked="true" :pagination="table.pagination" :max-height="$APP.height - filtersTagHeight - 250" @page-change="handlePageChange" diff --git a/src/ui/src/views/general-model/index.vue b/src/ui/src/views/general-model/index.vue index e40843f17b..9c0b2cd72f 100644 --- a/src/ui/src/views/general-model/index.vue +++ b/src/ui/src/views/general-model/index.vue @@ -109,6 +109,7 @@ :data="table.list" :pagination="table.pagination" :max-height="$APP.height - filterTagHeight - 190" + :shift-multi-checked="true" @sort-change="handleSortChange" @page-limit-change="handleSizeChange" @page-change="handlePageChange" diff --git a/src/ui/src/views/resource/children/host-list.vue b/src/ui/src/views/resource/children/host-list.vue index 424f5f87fa..4aff5cbf2e 100644 --- a/src/ui/src/views/resource/children/host-list.vue +++ b/src/ui/src/views/resource/children/host-list.vue @@ -20,6 +20,7 @@ :data="table.list" :pagination="table.pagination" :max-height="$APP.height - filtersTagHeight - 230" + :shift-multi-checked="true" @selection-change="handleSelectionChange" @sort-change="handleSortChange" @page-change="handlePageChange"