mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
在线表单流程用户任务支持组件显隐设置
This commit is contained in:
@@ -309,13 +309,20 @@ export const routers: Array<RouteRecordRaw> = [
|
||||
props: getProps,
|
||||
component: () => import('@/pages/workflow/components/CopyForSelect/addCopyForItem.vue'),
|
||||
},
|
||||
// 流程设计-抄送
|
||||
// 流程设计-任务操作按钮
|
||||
{
|
||||
path: 'thirdEditOperation',
|
||||
name: 'thirdEditOperation',
|
||||
props: getProps,
|
||||
component: () => import('@/pages/workflow/package/refactor/form/formEditOperation.vue'),
|
||||
},
|
||||
// 流程设计-设置表单权限
|
||||
{
|
||||
path: 'thirdSetOnlineFormAuth',
|
||||
name: 'thirdSetOnlineFormAuth',
|
||||
props: getProps,
|
||||
component: () => import('@/pages/workflow/package/refactor/form/formSetOnlineFormAuth.vue'),
|
||||
},
|
||||
// 流程设计-添加变量
|
||||
{
|
||||
path: 'thirdFormEditFlowEntryVariable',
|
||||
|
||||
Reference in New Issue
Block a user