在线表单流程用户任务支持组件显隐设置

This commit is contained in:
Jerry
2024-08-12 21:26:51 +08:00
parent 8a4c9a0174
commit 3e39ccba49
11 changed files with 295 additions and 86 deletions

View File

@@ -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',