From c34c37f869ea88e55e9ae50b2260ff5f44ed5789 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 5 Nov 2025 17:37:19 +0800 Subject: [PATCH] fix: Fixed the issue where resource authorization modifications would automatically fold subfolders --- ui/src/layout/layout-header/avatar/index.vue | 12 ++-- .../component/PermissionTable.vue | 58 ++++++++++++------- 2 files changed, 43 insertions(+), 27 deletions(-) diff --git a/ui/src/layout/layout-header/avatar/index.vue b/ui/src/layout/layout-header/avatar/index.vue index a7358c262..7a71d08d3 100644 --- a/ui/src/layout/layout-header/avatar/index.vue +++ b/ui/src/layout/layout-header/avatar/index.vue @@ -4,7 +4,7 @@ - {{ user.userInfo?.username }} + {{ user.userInfo?.nick_name }} @@ -19,7 +19,7 @@
-

{{ user.userInfo?.username }}

+

{{ user.userInfo?.nick_name }}({{ user.userInfo?.username }})