From af26859ba895c5c6eb06978db091e9e4717c6212 Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Thu, 6 Apr 2023 14:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=8F=8A=E7=9B=B8=E5=BA=94?= =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=9B=9E=E9=80=80vxe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 14 +- src/views/bpm/form/editor/index.vue | 106 ------- src/views/bpm/model/editor/index.vue | 102 ------- .../bpm/processInstance/create/index.vue | 130 -------- .../bpm/processInstance/detail/index.vue | 277 ------------------ 5 files changed, 7 insertions(+), 622 deletions(-) delete mode 100644 src/views/bpm/form/editor/index.vue delete mode 100644 src/views/bpm/model/editor/index.vue delete mode 100644 src/views/bpm/processInstance/create/index.vue delete mode 100644 src/views/bpm/processInstance/detail/index.vue diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index b9058bb5..e8554292 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -225,26 +225,26 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: '/manager/form/edit', - component: () => import('@/views/bpm/form/editor/index.vue'), + component: () => import('@/views/bpm/form/formEditor.vue'), name: 'bpmFormEditor', meta: { noCache: true, hidden: true, canTo: true, title: '设计流程表单', - activeMenu: '/bpm/manager/form' + activeMenu: '/bpm/manager/formEditor' } }, { path: '/manager/model/edit', - component: () => import('@/views/bpm/model/editor/index.vue'), + component: () => import('@/views/bpm/model/modelEditor.vue'), name: 'modelEditor', meta: { noCache: true, hidden: true, canTo: true, title: '设计流程', - activeMenu: '/bpm/manager/model' + activeMenu: '/bpm/manager/design' } }, { @@ -256,7 +256,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ hidden: true, canTo: true, title: '流程定义', - activeMenu: '/bpm/manager/model' + activeMenu: '/bpm/definition/index' } }, { @@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ }, { path: '/process-instance/create', - component: () => import('@/views/bpm/processInstance/create/index.vue'), + component: () => import('@/views/bpm/processInstance/create.vue'), name: 'BpmProcessInstanceCreate', meta: { noCache: true, @@ -284,7 +284,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ }, { path: '/process-instance/detail', - component: () => import('@/views/bpm/processInstance/detail/index.vue'), + component: () => import('@/views/bpm/processInstance/detail.vue'), name: 'BpmProcessInstanceDetail', meta: { noCache: true, diff --git a/src/views/bpm/form/editor/index.vue b/src/views/bpm/form/editor/index.vue deleted file mode 100644 index 343081b1..00000000 --- a/src/views/bpm/form/editor/index.vue +++ /dev/null @@ -1,106 +0,0 @@ - - diff --git a/src/views/bpm/model/editor/index.vue b/src/views/bpm/model/editor/index.vue deleted file mode 100644 index 21d90a07..00000000 --- a/src/views/bpm/model/editor/index.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - diff --git a/src/views/bpm/processInstance/create/index.vue b/src/views/bpm/processInstance/create/index.vue deleted file mode 100644 index dd043eae..00000000 --- a/src/views/bpm/processInstance/create/index.vue +++ /dev/null @@ -1,130 +0,0 @@ - - diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue deleted file mode 100644 index fe805d08..00000000 --- a/src/views/bpm/processInstance/detail/index.vue +++ /dev/null @@ -1,277 +0,0 @@ - -