|
@@ -174,7 +174,7 @@ const enterprise = [
|
|
|
path: '/recruit/enterprise/jobFair/details/:id/edit',
|
|
|
show: true,
|
|
|
meta: {
|
|
|
- title: '职位编辑',
|
|
|
+ title: '招聘会职位编辑',
|
|
|
enName: 'Job Fair Edit'
|
|
|
},
|
|
|
component: () => import('@/views/recruit/enterprise/jobFair/editJob/index.vue')
|
|
@@ -234,7 +234,7 @@ const enterprise = [
|
|
|
path: '/recruit/enterprise/hirePosition/add',
|
|
|
show: true,
|
|
|
meta: {
|
|
|
- title: '新增职位'
|
|
|
+ title: '新增赏金职位'
|
|
|
},
|
|
|
component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
},
|
|
@@ -242,7 +242,7 @@ const enterprise = [
|
|
|
path: '/recruit/enterprise/hirePosition/edit',
|
|
|
show: true,
|
|
|
meta: {
|
|
|
- title: '职位编辑'
|
|
|
+ title: '赏金职位编辑'
|
|
|
},
|
|
|
component: () => import('@/views/recruit/enterprise/hirePosition/components/add.vue')
|
|
|
}
|