|
@@ -194,36 +194,6 @@ const enterprise = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/recruit/enterprise/informationManagement',
|
|
|
- component: Layout,
|
|
|
- redirect: '/recruit/enterprise/informationManagement/informationSettings',
|
|
|
- name: 'informationManagement',
|
|
|
- meta: {
|
|
|
- title: '信息管理',
|
|
|
- enName: 'Information Management',
|
|
|
- icon: 'mdi-tune'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/recruit/enterprise/informationManagement/informationSettings',
|
|
|
- meta: {
|
|
|
- title: '企业信息设置',
|
|
|
- isAdmin: true,
|
|
|
- enName: 'Enterprise Information Settings'
|
|
|
- },
|
|
|
- component: () => import('@/views/recruit/enterprise/informationManagement/informationSettings.vue')
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/recruit/enterprise/informationSettings',
|
|
|
- meta: {
|
|
|
- title: '个人信息设置',
|
|
|
- enName: 'Personal information settings'
|
|
|
- },
|
|
|
- component: () => import('@/views/recruit/enterprise/informationSetting/index.vue')
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
path: '/recruit/enterprise/systemManagement',
|
|
|
component: Layout,
|
|
@@ -236,6 +206,7 @@ const enterprise = [
|
|
|
isAdmin: true // 企业管理员菜单
|
|
|
},
|
|
|
children: [
|
|
|
+ // 集团
|
|
|
{
|
|
|
path: '/recruit/enterprise/systemManagement/groupAccount',
|
|
|
meta: {
|
|
@@ -262,6 +233,8 @@ const enterprise = [
|
|
|
// },
|
|
|
// component: () => import('@/views/recruit/enterprise/systemManagement/userManagement/index.vue')
|
|
|
// },
|
|
|
+
|
|
|
+ // 岗位管理
|
|
|
{
|
|
|
path: '/recruit/enterprise/systemManagement/postManagement',
|
|
|
meta: {
|
|
@@ -286,6 +259,24 @@ const enterprise = [
|
|
|
},
|
|
|
component: () => import('@/views/recruit/enterprise/systemManagement/postManagement/save.vue')
|
|
|
},
|
|
|
+ // 企业信息
|
|
|
+ {
|
|
|
+ path: '/recruit/enterprise/entInfoSetting',
|
|
|
+ meta: {
|
|
|
+ title: '企业信息',
|
|
|
+ enName: 'Group Account '
|
|
|
+ },
|
|
|
+ component: () => import('@/views/recruit/enterprise/entInfoSetting/index.vue')
|
|
|
+ },
|
|
|
+ // 员工信息
|
|
|
+ {
|
|
|
+ path: '/recruit/enterprise/staffInfoSetting',
|
|
|
+ meta: {
|
|
|
+ title: '员工信息',
|
|
|
+ enName: 'Group Account '
|
|
|
+ },
|
|
|
+ component: () => import('@/views/recruit/enterprise/staffInfoSetting/index.vue')
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|