【代码评审】Bpm:新的编辑界面

This commit is contained in:
YunaiV
2024-12-15 17:08:02 +08:00
parent c083a0c986
commit 5e386336b9
5 changed files with 68 additions and 69 deletions

View File

@@ -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,