一日流程评估页面
This commit is contained in:
@ -454,6 +454,21 @@ export const constantRoutes = [{
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi/dayflowassessment',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'teacher/:id(\\d+)',
|
||||
component: () =>
|
||||
import ('@/views/benyi/dayflowassessment/teacher'),
|
||||
name: 'dayflowassessmentteacher',
|
||||
meta: {
|
||||
title: '一日流程评估详情',
|
||||
icon: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi/assessmentchild',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user