mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-07 22:51:53 +08:00
【代码评审】Bpm:新的编辑界面
This commit is contained in:
@@ -332,8 +332,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'manager/model/create-update',
|
||||
component: () => import('@/views/bpm/model/CreateUpdate.vue'),
|
||||
path: 'manager/model/create-update', // TODO @goldenzqqq:是不是拆分成两个,一个 create 创建流程;一个 update 修改流程?
|
||||
component: () => import('@/views/bpm/model/CreateUpdate.vue'), // TODO @goldenzqqq:是不是放到 '@/views/bpm/model/form/index.vue'。然后,原本的 editor/index.vue 是不是可以清理了呀?
|
||||
name: 'BpmModelCreateUpdate',
|
||||
meta: {
|
||||
noCache: true,
|
||||
|
Reference in New Issue
Block a user