幼儿档案添加预览和打印

This commit is contained in:
sk1551
2021-01-27 11:35:56 +08:00
parent 18cab18fbe
commit 2236b55dd1
5 changed files with 556 additions and 0 deletions

View File

@ -409,6 +409,36 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi_course/learndevelopmentteacherprint',
component: Layout,
hidden: true,
children: [{
path: 'table/:id',
component: () =>
import ('@/views/benyi/learndevelopmentteacher/table'),
name: 'learndevelopmentteacher2',
meta: {
title: '幼儿学习和发展档案(教师)(表格)',
icon: ''
}
}]
},
{
path: '/benyi_course/learndevelopmentfamilyprint',
component: Layout,
hidden: true,
children: [{
path: 'table/:id',
component: () =>
import ('@/views/benyi/learndevelopmentfamily/table'),
name: 'learndevelopmentfamily2',
meta: {
title: '幼儿学习和发展档案(家长)(表格)',
icon: ''
}
}]
},
{
path: '/benyi_course/math',
component: Layout,