Vue3 重构:重构工作流的表单

This commit is contained in:
YunaiV
2023-03-23 22:50:48 +08:00
parent 6f8499c4d0
commit abbaeabc3a
7 changed files with 262 additions and 276 deletions

View File

@ -225,14 +225,14 @@ const remainingRouter: AppRouteRecordRaw[] = [
children: [
{
path: '/manager/form/edit',
component: () => import('@/views/bpm/form/formEditor.vue'),
component: () => import('@/views/bpm/form/FormEditor.vue'),
name: 'bpmFormEditor',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '设计流程表单',
activeMenu: 'bpm/manager/form/formEditor'
activeMenu: '/bpm/manager/form'
}
},
{