工作流表单+模型代码提交

This commit is contained in:
2024-05-09 14:18:39 +08:00
parent eeef608ccd
commit 06611f527a
266 changed files with 18227 additions and 22039 deletions

View File

@@ -89,53 +89,67 @@ export const adminBaseRoute = {
]
},
{
path: 'form',
name: '表单',
path: '/bpm',
name: 'bpm',
meta: {
title: pageTitle('form'),
icon: 'ep:management',
alwaysShow: true
hidden: true
},
children: [
{
path: 'formDesigner',
component: () => import('@/views/system/workflow/form/formDesigner.vue'),
name: '表单设计器页面',
path: 'formEdit',
component: () => import('@/views/system/bpm/form/editor/index.vue'),
name: 'BpmFormEditor',
meta: {
title: pageTitle('router.formDesigner')
}
}
]
},
{
path: 'model',
name: '模型',
meta: {
title: pageTitle('model'),
icon: 'ep:management',
alwaysShow: true
},
children: [
{
path: 'processDesigner',
component: () => import('@/views/system/workflow/model/processDesigner.vue'),
name: '模型设计器页面',
meta: {
title: pageTitle('router.formDesigner')
title: pageTitle('router.formEdit')
}
},
{
path: 'configSteps',
component: () => import('@/views/system/workflow/model/configSteps.vue'),
name: '模型设计器页面',
path: 'modelEdit',
component: () => import('@/views/system/bpm/model/editor/index.vue'),
name: 'BpmModelEditor',
meta: {
title: pageTitle('router.formDesigner')
title: pageTitle('router.modelEdit')
}
}
},
// {
// path: 'manager/model/edit',
// component: () => import('@/views/bpm/model/editor/index.vue'),
// name: 'BpmModelEditor',
// meta: {
// noCache: true,
// hidden: true,
// canTo: true,
// title: '设计流程',
// activeMenu: '/bpm/manager/model'
// }
// },
// {
// path: 'manager/definition',
// component: () => import('@/views/bpm/definition/index.vue'),
// name: 'BpmProcessDefinition',
// meta: {
// noCache: true,
// hidden: true,
// canTo: true,
// title: '流程定义',
// activeMenu: '/bpm/manager/model'
// }
// },
// {
// path: 'process-instance/detail',
// component: () => import('@/views/bpm/processInstance/detail/index.vue'),
// name: 'BpmProcessInstanceDetail',
// meta: {
// noCache: true,
// hidden: true,
// canTo: true,
// title: '流程详情',
// activeMenu: '/bpm/task/my'
// }
// },
]
}
},
]
}