|
@@ -303,7 +303,7 @@ const enterprise = [
|
|
|
meta: {
|
|
|
title: '财务中心',
|
|
|
enName: 'system Management',
|
|
|
- icon: 'mdi-account',
|
|
|
+ icon: 'mdi-finance',
|
|
|
// isAdmin: true // 企业管理员菜单
|
|
|
},
|
|
|
children: [
|
|
@@ -332,6 +332,28 @@ const enterprise = [
|
|
|
component: () => import('@/views/recruit/enterprise/invoiceManagement/index.vue')
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/recruit/enterprise/jobFair',
|
|
|
+ component: Layout,
|
|
|
+ name: 'jobFair',
|
|
|
+ show: true, // 暂时隐藏
|
|
|
+ meta: {
|
|
|
+ title: '招聘会',
|
|
|
+ enName: 'Job Management',
|
|
|
+ icon: 'mdi-account-filter-outline'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/recruit/enterprise/jobFair',
|
|
|
+ show: true,
|
|
|
+ meta: {
|
|
|
+ title: '招聘会',
|
|
|
+ enName: 'Job Fair'
|
|
|
+ },
|
|
|
+ component: () => import('@/views/recruit/enterprise/jobFair/index.vue')
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
export default enterprise
|