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" >