洋浦学校八大中心 德育管理前端

init
gongdi 3 years ago
parent e51959d530
commit b91227f96c

@ -167,6 +167,9 @@
case "moralEducationActivityRecord":
categoryId = 1292;
break;
case "teachingResearch":
categoryId = 1301;
break;
default:
break;
}

@ -295,6 +295,14 @@ export const systemCenterConfig = [
component: () => import("./servicePlatform/teachingAdmin/scientificActivity.vue"),
props: true,
},
{
id: "teaching-6",
title: "教研活动",
path: '/workBench/servicePlatform/partyBuilding/:id/:name/:menuId',
name: 'teachingResearch',
component: () => import("./servicePlatform/partyBuilding/partyBuilding.vue"),
props: true,
},
// {
// id: "teaching-5",
// title: "科研活动",

Loading…
Cancel
Save