|
@@ -9,7 +9,6 @@ const teacher = [
|
|
|
},
|
|
|
{
|
|
|
path: '/recruit/teacher/studentList',
|
|
|
- // redirect: '/recruit/teacher/studentList/index',
|
|
|
component: Layout,
|
|
|
name: 'studentList',
|
|
|
meta: {
|
|
@@ -17,13 +16,12 @@ const teacher = [
|
|
|
enName: 'Student List',
|
|
|
icon: 'mdi-account-school-outline'
|
|
|
},
|
|
|
- // redirect: '/recruit/teacher/studentList/index',
|
|
|
children: [
|
|
|
{
|
|
|
path: 'index',
|
|
|
meta: {
|
|
|
- title: '列表明细',
|
|
|
- enName: 'List Detail'
|
|
|
+ title: '学生列表',
|
|
|
+ enName: 'Student List',
|
|
|
},
|
|
|
show: true,
|
|
|
component: () => import('@/views/recruit/teacher/studentList/index.vue')
|
|
@@ -50,7 +48,11 @@ const teacher = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/recruit/teacher/internshipSituation',
|
|
|
+ path: 'index',
|
|
|
+ meta: {
|
|
|
+ title: '实习情况',
|
|
|
+ enName: 'Internship Situation',
|
|
|
+ },
|
|
|
show: true,
|
|
|
component: () => import('@/views/recruit/teacher/internshipSituation/index.vue')
|
|
|
},
|
|
@@ -67,7 +69,11 @@ const teacher = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/recruit/teacher/internshipReport',
|
|
|
+ path: 'index',
|
|
|
+ meta: {
|
|
|
+ title: '实习报告',
|
|
|
+ enName: 'Internship Report',
|
|
|
+ },
|
|
|
show: true,
|
|
|
component: () => import('@/views/recruit/teacher/internshipReport/index.vue')
|
|
|
},
|
|
@@ -84,7 +90,11 @@ const teacher = [
|
|
|
// },
|
|
|
// children: [
|
|
|
// {
|
|
|
- // path: '/recruit/teacher/internshipCompany',
|
|
|
+ // path: 'index',
|
|
|
+ // meta: {
|
|
|
+ // title: '实习企业',
|
|
|
+ // enName: 'Internship Company',
|
|
|
+ // },
|
|
|
// show: true,
|
|
|
// component: () => import('@/views/recruit/teacher/internshipCompany/index.vue')
|
|
|
// },
|
|
@@ -101,7 +111,11 @@ const teacher = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/recruit/teacher/teacherCertification',
|
|
|
+ path: 'index',
|
|
|
+ meta: {
|
|
|
+ title: '账号信息',
|
|
|
+ enName: 'Teacher Certification',
|
|
|
+ },
|
|
|
show: true,
|
|
|
component: () => import('@/views/recruit/teacher/teacherCertification/index.vue')
|
|
|
},
|