主题整合学期月计划(明细)

This commit is contained in:
paidaxing444
2020-08-25 17:34:44 +08:00
parent ec500c38ef
commit e47e97b89d
20 changed files with 1124 additions and 5 deletions

View File

@ -227,7 +227,22 @@ export const constantRoutes = [{
import('@/views/benyi/themetermplan/data'),
name: 'Themetermplan1',
meta: {
title: '主题整合学期计划',
title: '主题整合学期计划(明细)',
icon: ''
}
}]
},
{
path: '/benyi_course/thememonthplan',
component: Layout,
hidden: true,
children: [{
path: 'data/:id',
component: () =>
import('@/views/benyi/thememonthplan/data'),
name: 'Thememonthplan1',
meta: {
title: '主题整合月计划(明细)',
icon: ''
}
}]