主题整合周计划审批
This commit is contained in:
@ -489,6 +489,22 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi/themeweekplan",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: "approval/:id",
|
||||
component: () => import("@/views/benyi/themeweekplanapproval/approval"),
|
||||
name: "ThemeweekplanApproval",
|
||||
meta: {
|
||||
title: "主题整合月计划审批",
|
||||
icon: ""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi_course/learndevelopmentteacherprint",
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user