From 3d93f44f1d7882c2406626fcfd899a1ff7a8634e Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Tue, 21 Jan 2025 11:52:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20table=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20#9155?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/frontend/package.json | 2 +- .../src/components/db-table/index.vue | 2 +- .../db-manage/common/RenderNodeInstance.vue | 1 - .../add-permission-rule-dialog/Index.vue | 18 ---- .../components/AccountRulesTable.vue | 11 ++- .../common/cluster-entry-config/Index.vue | 73 ++++++++++++---- .../doris/list/components/list/Index.vue | 1 + .../list/components/list/Index.vue | 1 + .../hdfs/list/components/list/Index.vue | 1 + .../components/render-list/Index.vue | 1 + .../kafka/list/components/list/Index.vue | 1 + .../mongodb/instance-list/list/index.vue | 33 ++++---- .../components/list/Index.vue | 1 + .../components/list/Index.vue | 1 + .../mongodb/structure-instance/Index.vue | 1 + .../components/instance-list/Index.vue | 4 +- .../mysql/ha-cluster-list/components/List.vue | 5 +- .../ha-instance-list/components/List.vue | 27 +++--- .../components/PrivRuleDetail.vue | 7 +- .../mysql/partition-manage/Index.vue | 1 + .../single-cluster-list/components/List.vue | 1 + .../pulsar/list/components/list/Index.vue | 1 + .../cluster-ha-list/components/list/Index.vue | 1 + .../cluster-list/components/list/Index.vue | 1 + .../components/list/Index.vue | 1 + .../instance-list/components/list/Index.vue | 3 +- .../components/detail/components/NodeList.vue | 4 +- .../riak/list/components/list/Index.vue | 3 +- .../ha-cluster-list/components/List.vue | 1 + .../ha-instance-list/components/List.vue | 1 + .../single-cluster-list/components/List.vue | 1 + .../cluster-list/components/list/Index.vue | 1 + .../instance-list/components/list/Index.vue | 30 +++---- .../components/PrivRuleDetail.vue | 3 +- .../components/PermissionRule.vue | 3 +- .../tendb-cluster/partition-manage/Index.vue | 3 +- .../index/components/content/Index.vue | 45 +--------- .../components/content/Index.vue | 1 + .../components/content/Index.vue | 31 ------- .../resource-manage/pool/host-list/Index.vue | 18 ++-- .../pool/host-list/components/RenderTable.vue | 2 + .../pool/summary-view/components/List.vue | 22 +++-- .../common/hooks/use-fetch-data.ts | 2 +- .../common/hooks/use-search-select.ts | 1 + .../common/ticket-detail/Index.vue | 24 +----- .../ticket-detail/components/BaseInfo.vue | 83 ++++++++++++++++--- .../components/flow-info/Index.vue | 46 +++++----- .../components/render-sqlfile/Index.vue | 11 +-- .../com-factory/components/SpecInfos.vue | 1 - .../com-factory/tendbCluster/Apply.vue | 2 +- 50 files changed, 265 insertions(+), 274 deletions(-) diff --git a/dbm-ui/frontend/package.json b/dbm-ui/frontend/package.json index c702932584..450dfefbd3 100644 --- a/dbm-ui/frontend/package.json +++ b/dbm-ui/frontend/package.json @@ -24,7 +24,7 @@ "@blueking/login-modal": "^1.0.5", "@blueking/notice-component": "2.0.5", "@blueking/sub-saas": "0.0.0-beta.6", - "@blueking/table": "^0.0.1-beta.33", + "@blueking/table": "^0.0.1-beta.34", "@icon-cool/bk-icon-bk-biz-components": "^0.0.4", "@vueuse/core": "^12.0.0", "axios": "^1.7.9", diff --git a/dbm-ui/frontend/src/components/db-table/index.vue b/dbm-ui/frontend/src/components/db-table/index.vue index 8385c6f463..178915163b 100644 --- a/dbm-ui/frontend/src/components/db-table/index.vue +++ b/dbm-ui/frontend/src/components/db-table/index.vue @@ -209,7 +209,7 @@ remotePagination: true, allowRowClickSelect: false, remoteSort: false, - showSettings: true, + showSettings: false, }); const emits = defineEmits(); diff --git a/dbm-ui/frontend/src/views/db-manage/common/RenderNodeInstance.vue b/dbm-ui/frontend/src/views/db-manage/common/RenderNodeInstance.vue index 04aec58734..7f94f7ef0c 100644 --- a/dbm-ui/frontend/src/views/db-manage/common/RenderNodeInstance.vue +++ b/dbm-ui/frontend/src/views/db-manage/common/RenderNodeInstance.vue @@ -97,7 +97,6 @@ ref="tableRef" :columns="columns" :data-source="dataSource" - releate-url-query style="margin-bottom: 34px" /> -