一日流程评估-二次评估

This commit is contained in:
zhanglipeng
2021-05-25 18:23:11 +08:00
parent c1bdf1c3fe
commit 92f4556d22
7 changed files with 480 additions and 30 deletions

View File

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