diff --git a/src/router/index.ts b/src/router/index.ts index 778f222..4329014 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -93,7 +93,19 @@ export const constantRoutes: RouteRecordRaw[] = [ meta: { title: '个人中心', icon: 'user' } } ] - } + }, + { + path: '/oa/erp', + component: Layout, + hidden: true, + children: [ + { + path: 'contractInfo/edit', + component: () => import('@/views/oa/erp/contractInfo/edit.vue'), + name: 'edit', + } + ] + }, ]; // 动态路由,基于用户权限动态去加载 diff --git a/src/views/oa/base/relationMateriel/index.vue b/src/views/oa/base/relationMateriel/index.vue deleted file mode 100644 index 1cecf8b..0000000 --- a/src/views/oa/base/relationMateriel/index.vue +++ /dev/null @@ -1,338 +0,0 @@ - - - diff --git a/src/views/oa/erp/contractInfo/edit.vue b/src/views/oa/erp/contractInfo/edit.vue new file mode 100644 index 0000000..dbaf107 --- /dev/null +++ b/src/views/oa/erp/contractInfo/edit.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/src/views/oa/erp/contractInfo/index.vue b/src/views/oa/erp/contractInfo/index.vue index e01c7cd..a654bc9 100644 --- a/src/views/oa/erp/contractInfo/index.vue +++ b/src/views/oa/erp/contractInfo/index.vue @@ -3,44 +3,44 @@
- - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + 搜索 重置 @@ -81,8 +81,8 @@ - - + + - + - - + + - - + + @@ -162,110 +162,12 @@ - - - - - - {{ dict.label }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ dict.label }} - - - - - - - - - - - - - - - - - - - - - - - - - - {{ dict.label }} - - - - -