幼儿评估

This commit is contained in:
paidaxing444
2020-11-05 17:19:00 +08:00
parent d90fa8a860
commit ff6935c349
10 changed files with 356 additions and 8 deletions

View File

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