学期计划预览

This commit is contained in:
paidaxing444
2020-09-08 10:35:20 +08:00
parent 13e47aff77
commit 20f1d72420
4 changed files with 97 additions and 235 deletions

View File

@ -337,6 +337,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/themetermplanprint',
component: Layout,
hidden: true,
children: [{
path: 'table/:id',
component: () =>
import('@/views/benyi/themetermplan/table'),
name: 'Themetermplan2',
meta: {
title: '主题整合学期计划(表格)',
icon: ''
}
}]
},
{
path: '/benyi_course/math',
component: Layout,