diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index a5a7e449..9562b294 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -280,7 +280,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ }, { path: 'manager/definition', - component: () => import('@/views/bpm/definition/index.vue'), + component: () => import('@/views/bpm/model/definition/index.vue'), name: 'BpmProcessDefinition', meta: { noCache: true, diff --git a/src/views/bpm/model/CategoryDraggableModel.vue b/src/views/bpm/model/CategoryDraggableModel.vue index af4fcb41..05cfc49d 100644 --- a/src/views/bpm/model/CategoryDraggableModel.vue +++ b/src/views/bpm/model/CategoryDraggableModel.vue @@ -113,7 +113,7 @@ - + diff --git a/src/views/bpm/definition/index.vue b/src/views/bpm/model/definition/index.vue similarity index 56% rename from src/views/bpm/definition/index.vue rename to src/views/bpm/model/definition/index.vue index 55da993d..8998a1c6 100644 --- a/src/views/bpm/definition/index.vue +++ b/src/views/bpm/model/definition/index.vue @@ -3,40 +3,60 @@ - - - + +