mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 09:25:09 +08:00
1. 新增流程定义的列表 API
2. 新增流程创建的界面,暂未实现完全
This commit is contained in:
@ -188,6 +188,18 @@ export const constantRoutes = [
|
||||
meta: { title: '流程定义' }
|
||||
}
|
||||
]
|
||||
}, {
|
||||
path: '/bpm',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'process-instance/create',
|
||||
component: (resolve) => require(['@/views/bpm/processInstance/create'], resolve),
|
||||
name: '发起流程',
|
||||
meta: { title: '发起流程' }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user