From c73260a2070478615c298e29e845f9b985bc690a Mon Sep 17 00:00:00 2001 From: dzq Date: Mon, 26 May 2025 16:28:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(role):=20=E9=87=8D=E6=9E=84=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2=E4=B8=BA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E5=BD=A2=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将角色列表从表格改为左侧标签页导航 - 新增角色表单整合到主页面中,移除独立弹窗 - 增加菜单权限分类展示功能 - 优化页面布局和样式 --- src/views/system/role/index.vue | 379 +++++++++++++--------- src/views/system/role/role-form-modal.vue | 8 +- src/views/system/role/utils/hook.tsx | 10 +- 3 files changed, 231 insertions(+), 166 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 14a662b..c811182 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/system/role/role-form-modal.vue b/src/views/system/role/role-form-modal.vue index f2fb717..238e0b1 100644 --- a/src/views/system/role/role-form-modal.vue +++ b/src/views/system/role/role-form-modal.vue @@ -135,8 +135,8 @@ const processedMenuOptions = computed(() => {