幼儿评估-图表
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user