mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
1、样式调整
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user