diff --git a/src/router/modules/system.js b/src/router/modules/system.js index 16ea106..425ddbb 100644 --- a/src/router/modules/system.js +++ b/src/router/modules/system.js @@ -44,6 +44,12 @@ meta: { title: '区域管理', icon: 'function', permission: ['/area'] } }, { + path: '/post', + name: 'Post', + component: () => import('@/views/system/post/listPost'), + meta: { title: '岗位管理', icon: 'function', permission: ['/post'] } + }, + { path: '/dept', name: 'Dept', component: () => import('@/views/system/dept/listDept'), diff --git a/src/router/modules/system.js b/src/router/modules/system.js index 16ea106..425ddbb 100644 --- a/src/router/modules/system.js +++ b/src/router/modules/system.js @@ -44,6 +44,12 @@ meta: { title: '区域管理', icon: 'function', permission: ['/area'] } }, { + path: '/post', + name: 'Post', + component: () => import('@/views/system/post/listPost'), + meta: { title: '岗位管理', icon: 'function', permission: ['/post'] } + }, + { path: '/dept', name: 'Dept', component: () => import('@/views/system/dept/listDept'), diff --git a/src/views/system/post/listPost.vue b/src/views/system/post/listPost.vue new file mode 100644 index 0000000..f6a7328 --- /dev/null +++ b/src/views/system/post/listPost.vue @@ -0,0 +1,190 @@ + + + + +