一日流程评估页面

This commit is contained in:
sk1551
2021-02-25 17:53:31 +08:00
parent 728dd00a97
commit b65757c8bf
10 changed files with 195 additions and 69 deletions

View File

@ -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,