From ff763c4944d1f646228d0900f9e6e8a7d26e9c18 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 16 Oct 2025 18:37:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=20=E2=80=8Coptimize=20breadcrumb?= =?UTF-8?q?=E2=80=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application/index.vue | 6 ++-- .../component/KnowledgeListContainer.vue | 8 ++--- .../component/PermissionTable.vue | 32 ++++++------------- 3 files changed, 17 insertions(+), 29 deletions(-) diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue index bede654eb..34a0a197f 100644 --- a/ui/src/views/application/index.vue +++ b/ui/src/views/application/index.vue @@ -155,7 +155,7 @@ > - - + --> + - - + --> + diff --git a/ui/src/views/system/resource-authorization/component/PermissionTable.vue b/ui/src/views/system/resource-authorization/component/PermissionTable.vue index f2fb5c651..67ded4ac0 100644 --- a/ui/src/views/system/resource-authorization/component/PermissionTable.vue +++ b/ui/src/views/system/resource-authorization/component/PermissionTable.vue @@ -56,19 +56,21 @@ ref="multipleTableRef" class="mt-16" :data="props.data" - :pagination-config="paginationConfig" - @sizeChange="handleSizeChange" - @changePage="props.getData" @selection-change="handleSelectionChange" - :maxTableHeight="320" + :maxTableHeight="260" :row-key="(row: any) => row.id" + :expand-row-keys="defaultExpandKeys" >