mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 09:25:09 +08:00
增加 Form 编辑框
This commit is contained in:
@ -149,7 +149,20 @@ export const constantRoutes = [
|
||||
meta: { title: '请假表单-审批', icon: 'form' }
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bpm',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'manager/form/edit',
|
||||
component: (resolve) => require(['@/views/bpm/form/build/index'], resolve),
|
||||
name: '流程表单-编辑',
|
||||
meta: { title: '流程表单-编辑' }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
export default new Router({
|
||||
|
Reference in New Issue
Block a user