增加 Form 编辑框

This commit is contained in:
YunaiV
2021-12-30 21:11:53 +08:00
parent 00f968657c
commit d2420212a6
7 changed files with 2225 additions and 1 deletions

View File

@ -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({