周计划加入学习五大领域;主题整合学期计划审批优化;

This commit is contained in:
zhanglipeng
2021-09-01 17:11:43 +08:00
parent de3b3746f4
commit c6db9ffc32
9 changed files with 455 additions and 116 deletions

View File

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