From 7577077c26e2e0dec1815e69696995979bb059a8 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 6 Jul 2025 18:21:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(role):=20=E9=9B=86=E6=88=90=20NovaDialog?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E5=88=B0=E8=A7=92=E8=89=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 替换原生 n-modal 为自定义 NovaDialog 组件 - 统一角色表单弹框和菜单权限分配弹框的交互方式 - 使用 novaOpen/novaClose 方法控制弹框显示状态 - 移除调试用的 console 语句和未使用的函数 - 保持原有功能和用户体验不变 - 提升页面组件的一致性和可维护性 --- src/views/system/role/index.vue | 1417 +++++++++++++++++++++++++++++++ 1 file changed, 1417 insertions(+) create mode 100644 src/views/system/role/index.vue diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue new file mode 100644 index 0000000..67e3903 --- /dev/null +++ b/src/views/system/role/index.vue @@ -0,0 +1,1417 @@ + + + + + + +