feat-wip(projects): 流程定义完成

This commit is contained in:
AN
2025-06-13 00:20:45 +08:00
parent f52fa40326
commit 997f4a2d61
10 changed files with 138 additions and 16 deletions

View File

@ -36,3 +36,6 @@ UPDATE `sys_menu` SET `path` = 'https://gitee.com/xlsea/ruoyi-plus-soybean', `co
-- plus-ui 需要禁用的页面
UPDATE `sys_menu` SET `status` = '1' WHERE `menu_id` IN ( '116', '130', '131', '132', '11700', '11701' );
-- 工作流菜单
UPDATE `sys_menu` SET `component` = 'workflow/processDefinition/index', WHERE `menu_id` = 11620;