一日流程评估-二次评估
This commit is contained in:
@ -521,6 +521,22 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi/dayflowassessmentupdate",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: "edit/:id(\\d+)",
|
||||
component: () => import("@/views/benyi/dayflowassessment/edit"),
|
||||
name: "dayflowassessmentteacheredit",
|
||||
meta: {
|
||||
title: `一日流程评估`,
|
||||
icon: ""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi/assessmentchild",
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user