From 71f6f8bdb9b05407640e9cc8ff3a362fbfd7a953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E9=94=90=E6=B3=A2?= <10549902+zhuangruibo@user.noreply.gitee.com> Date: Fri, 3 Apr 2026 19:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=9A=84=E7=AE=A1=E7=90=86=E5=90=88=E5=B9=B6=E5=88=B0=E4=B8=80?= =?UTF-8?q?=E4=B8=AAvue=E4=B8=AD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../005-重新生成菜单.sql | 3 + .../src/views/system/dict/index-manager.vue | 518 ++++++++++++++++++ 2 files changed, 521 insertions(+) create mode 100644 zdxt-web-client/zdxt-admin-plus-ui/src/views/system/dict/index-manager.vue diff --git a/script/sql/zfjd-refactoring-v1/005-重新生成菜单.sql b/script/sql/zfjd-refactoring-v1/005-重新生成菜单.sql index 8e401fc..9c5d69c 100644 --- a/script/sql/zfjd-refactoring-v1/005-重新生成菜单.sql +++ b/script/sql/zfjd-refactoring-v1/005-重新生成菜单.sql @@ -123,3 +123,6 @@ INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark) VALUES (1623, '配置删除', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:remove', '#', 103, 1, '2026-03-31 20:14:46', null, null, ''); update sys_menu set system_code = 'authService' where create_time='2026-03-31 20:14:46'; + +UPDATE sys_menu SET menu_name = '菜单管理', parent_id = 1, order_num = 3, path = 'menu', component = 'system/menu/index-groupby', query_param = '', is_frame = 1, is_cache = 0, url = '#', target = '', menu_type = 'C', visible = '0', status = '0', perms = 'system:menu:list', icon = 'tree-table', create_dept = '103', create_by = 1, create_time = '2026-03-31 20:14:46', update_by = null, update_time = null, remark = '菜单管理菜单', system_code = 'authService', type = null WHERE menu_id = 102; +UPDATE sys_menu SET menu_name = '字典管理', parent_id = 1, order_num = 6, path = 'dict', component = 'system/dict/index-manager', query_param = '', is_frame = 1, is_cache = 0, url = '#', target = '', menu_type = 'C', visible = '0', status = '0', perms = 'system:dict:list', icon = 'dict', create_dept = '103', create_by = 1, create_time = '2026-03-31 20:14:46', update_by = null, update_time = null, remark = '字典管理菜单', system_code = 'authService', type = null WHERE menu_id = 105; diff --git a/zdxt-web-client/zdxt-admin-plus-ui/src/views/system/dict/index-manager.vue b/zdxt-web-client/zdxt-admin-plus-ui/src/views/system/dict/index-manager.vue new file mode 100644 index 0000000..33b652f --- /dev/null +++ b/zdxt-web-client/zdxt-admin-plus-ui/src/views/system/dict/index-manager.vue @@ -0,0 +1,518 @@ + + + + +