|
@@ -32,8 +32,19 @@ const enterprise = [
|
|
|
children: [
|
|
|
{
|
|
|
path: '/recruit/enterprise/talentRecruitment',
|
|
|
- show: true,
|
|
|
+ meta: {
|
|
|
+ title: '简历管理',
|
|
|
+ enName: 'Resume Management'
|
|
|
+ },
|
|
|
component: () => import('@/views/recruit/enterprise/talentRecruitment/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/recruit/enterprise/chatTools',
|
|
|
+ meta: {
|
|
|
+ title: '在线沟通',
|
|
|
+ enName: 'Online Communication'
|
|
|
+ },
|
|
|
+ component: () => import('@/views/recruit/enterprise/chatTools/index.vue')
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -68,54 +79,6 @@ const enterprise = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/recruit/enterprise/eliteReserve',
|
|
|
- // component: Layout,
|
|
|
- // name: 'Talent Recruitment',
|
|
|
- // meta: {
|
|
|
- // title: '精英储备',
|
|
|
- // enName: 'Elite Reserve',
|
|
|
- // icon: 'mdi-account-settings-outline'
|
|
|
- // },
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: '/recruit/enterprise/eliteReserve',
|
|
|
- // show: true,
|
|
|
- // component: () => import('@/views/recruit/enterprise/eliteReserve/index.vue')
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/recruit/enterprise/resumeManagement',
|
|
|
- // redirect: '/recruit/enterprise/talentPool',
|
|
|
- // component: Layout,
|
|
|
- // name: 'Resume Management',
|
|
|
- // meta: {
|
|
|
- // title: '简历管理',
|
|
|
- // enName: 'Resume Management',
|
|
|
- // icon: 'mdi-account-settings-outline'
|
|
|
- // },
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: '/recruit/enterprise/talentPool',
|
|
|
- // meta: {
|
|
|
- // title: '人才库',
|
|
|
- // enName: 'Talent Pool'
|
|
|
- // },
|
|
|
- // component: () => import('@/views/recruit/enterprise/talentPool/index.vue')
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/recruit/enterprise/talentPool/details/:id',
|
|
|
- // show: true, // 侧边栏不展示
|
|
|
- // component: () => import('@/views/recruit/enterprise/talentPool/components/details'),
|
|
|
- // name: 'talentPoolDetails',
|
|
|
- // meta: {
|
|
|
- // title: '人才详情',
|
|
|
- // hideSide: true
|
|
|
- // }
|
|
|
- // },
|
|
|
- // ]
|
|
|
- // },
|
|
|
{
|
|
|
path: '/recruit/enterprise/position',
|
|
|
component: Layout,
|
|
@@ -206,23 +169,6 @@ const enterprise = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/recruit/enterprise/chatTools',
|
|
|
- component: Layout,
|
|
|
- name: 'chatTools',
|
|
|
- meta: {
|
|
|
- title: '聊天工具',
|
|
|
- enName: 'Chat Tools',
|
|
|
- icon: 'mdi-bell-outline'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/recruit/enterprise/chatTools',
|
|
|
- show: true,
|
|
|
- component: () => import('@/views/recruit/enterprise/chatTools/index.vue')
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
path: '/recruit/enterprise/interviewManagement',
|
|
|
component: Layout,
|