幼儿评估-图表

This commit is contained in:
paidaxing444
2020-11-07 11:55:16 +08:00
parent e81717bcd6
commit be13854fb1
6 changed files with 289 additions and 13 deletions

View File

@ -439,6 +439,21 @@ export const constantRoutes = [{
}
}]
},
{
path: '/benyi/assessmentchildhistory',
component: Layout,
hidden: true,
children: [{
path: 'student/:id(\\d+)',
component: () =>
import ('@/views/benyi/assessment/history'),
name: 'assessmentchildhistory',
meta: {
title: '幼儿评估图表',
icon: ''
}
}]
},
{
path: '/job',
component: Layout,