|
@@ -129,42 +129,43 @@ const enterprise = [
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/hirePosition',
|
|
|
|
- // component: Layout,
|
|
|
|
- // name: 'crowdSourcing',
|
|
|
|
- // meta: {
|
|
|
|
- // title: '全员猎聘',
|
|
|
|
- // enName: 'Crowd Sourcing',
|
|
|
|
- // icon: 'mdi-account-star-outline'
|
|
|
|
- // },
|
|
|
|
- // children: [
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/hirePosition',
|
|
|
|
- // show: true,
|
|
|
|
- // meta: {
|
|
|
|
- // title: '全员猎聘'
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/hirePosition/index.vue')
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/hirePosition/add',
|
|
|
|
- // show: true,
|
|
|
|
- // meta: {
|
|
|
|
- // title: '新增职位'
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/hirePosition/edit',
|
|
|
|
- // show: true,
|
|
|
|
- // meta: {
|
|
|
|
- // title: '职位编辑'
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
|
- // }
|
|
|
|
- // ]
|
|
|
|
- // },
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/hirePosition',
|
|
|
|
+ component: Layout,
|
|
|
|
+ name: 'crowdSourcing',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全员猎聘',
|
|
|
|
+ enName: 'Crowd Sourcing',
|
|
|
|
+ icon: 'mdi-account-star-outline',
|
|
|
|
+ hireJob: true
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/hirePosition',
|
|
|
|
+ show: true,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全员猎聘'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/hirePosition/index.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/hirePosition/add',
|
|
|
|
+ show: true,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '新增职位'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/hirePosition/edit',
|
|
|
|
+ show: true,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '职位编辑'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/recruit/enterprise/talentMap',
|
|
path: '/recruit/enterprise/talentMap',
|
|
component: Layout,
|
|
component: Layout,
|