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 @@ + + + + +