| | |
| | | |
| | | const routes: RouteRecordRaw[] = [ |
| | | { |
| | | path: '/bpm', |
| | | name: 'bpm', |
| | | meta: { |
| | | title: '工作流', |
| | | hideInMenu: true, |
| | | }, |
| | | children: [ |
| | | { |
| | | path: 'process-instance/detail', |
| | | path: '/bpm/process-instance/detail', |
| | | component: () => import('#/views/bpm/processInstance/detail/index.vue'), |
| | | name: 'BpmProcessInstanceDetail', |
| | | meta: { |
| | |
| | | icon: 'ant-design:history-outlined', |
| | | keepAlive: false, |
| | | hideInMenu: true, |
| | | noBasicLayout: false, |
| | | }, |
| | | props: (route) => { |
| | | return { |
| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/bpm', |
| | | name: 'bpm', |
| | | meta: { |
| | | title: '工作流', |
| | | hideInMenu: true, |
| | | }, |
| | | children: [ |
| | | { |
| | | path: '/bpm/manager/form/edit', |
| | | name: 'BpmFormEditor', |
| | | component: () => import('#/views/bpm/form/designer/index.vue'), |