周计划加入学习五大领域;主题整合学期计划审批优化;
This commit is contained in:
@ -419,7 +419,7 @@ export const constantRoutes = [
|
||||
component: () => import("@/views/benyi/planweek/table"),
|
||||
name: "planweek2",
|
||||
meta: {
|
||||
title: "主题整合周计划(表格)",
|
||||
title: "周计划(表格)",
|
||||
icon: ""
|
||||
}
|
||||
}
|
||||
@ -457,6 +457,22 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi/themetermplan",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: "approval/:id",
|
||||
component: () => import("@/views/benyi/themetermplanapproval/approval"),
|
||||
name: "ThemetermplanApproval",
|
||||
meta: {
|
||||
title: "主题整合学期计划审批",
|
||||
icon: ""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/benyi_course/learndevelopmentteacherprint",
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user