1、样式调整

This commit is contained in:
Jerry
2024-09-26 15:01:08 +08:00
parent e9d724e3a2
commit 14d0bd8c5d
52 changed files with 482 additions and 451 deletions

View File

@@ -263,6 +263,13 @@ export const routers: Array<RouteRecordRaw> = [
props: getProps,
component: () => import('@/pages/workflow/components/TaskUserSelect.vue'),
},
// 选择用户-跳转节点
{
path: 'thirdSelectUserTask',
name: 'thirdSelectUserTask',
props: getProps,
component: () => import('@/pages/workflow/components/UserTaskSelect/userTaskSelectDlg.vue'),
},
// 流程设计
{
path: 'thirdFormFlowEntry',