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"