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

init
gongdi 3 years ago
parent 1c3ae1bc49
commit 7787bd16de

@ -23,7 +23,11 @@ import {Modal} from 'ant-design-vue';
// } // }
// return random_num; // return random_num;
// } // }
let interUrl = "http://10.10.14.186:9009/dataex/report/QuerySimpleGP"; //let interUrl = "http://10.10.14.186:9009/dataex/report/QuerySimpleGP";
let interUrl = "https://dsdataex.cpolar.cn/dataex/report/QuerySimpleGP";
//https://dsdataex.cpolar.cn/
//https://53cebb99.cpolar.cn/
//let interUrl = "https://www.edusoa.com/dataex/report/QuerySimpleGP";
export default { export default {
/* /*
* interfaceConfigAry[{ * interfaceConfigAry[{

@ -425,10 +425,10 @@ const menuConfigDS = [
component: () => import("./pages/secondPages/secondPageBox.vue"), component: () => import("./pages/secondPages/secondPageBox.vue"),
children: [ children: [
{ {
title: "行政管理中心", title: "",//行政管理中心
path: "/adminCenter/mainCenter", path: "/adminCenter/mainCenter",
name: "mainCenter", name: "mainCenter",
// disable:true, disable: true,
component: () => import("./pages/adminCenter/adminCenterDS.vue"), component: () => import("./pages/adminCenter/adminCenterDS.vue"),
} }
] ]
@ -654,12 +654,12 @@ const menuConfigDS = [
name: "virtueBodyHealthArtManagementPage", name: "virtueBodyHealthArtManagementPage",
component: () => import("./pages/moralEducationCenter/virtueBodyHealthArtManagement.vue"), component: () => import("./pages/moralEducationCenter/virtueBodyHealthArtManagement.vue"),
}, },
{ // {
title: "家长服务管理", // title: "家长服务管理",
path: "/moralEducationCenter/parentalServicesManagement", // path: "/moralEducationCenter/parentalServicesManagement",
name: "parentalServicesManagementPage", // name: "parentalServicesManagementPage",
component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"), // component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"),
}, // },
] ]
}, },
// { // {
@ -787,33 +787,40 @@ const menuConfigDS = [
component: () => import("./pages/secondPages/secondPageBox.vue"), component: () => import("./pages/secondPages/secondPageBox.vue"),
children: [ children: [
{ {
title: "校园之窗", title: "",
path: "/serviceCenter/schoolWindow", path: "/moralEducationCenter/parentalServicesManagement",
name: "schoolWindowPage", name: "parentalServicesManagementPage",
disable: true,
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
},
{
title: "本周营养餐",
path: "/serviceCenter/schoolNutritiousMeal",
name: "schoolNutritiousMealPage",
disable: true,
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
},
{
title: "校车管理",
path: "/serviceCenter/schoolBus",
name: "schoolBusPage",
disable: true,
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
},
{
title: "招生通道",
path: "/serviceCenter/schoolAdmissionChannel",
name: "schoolAdmissionChannelPage",
disable: true, disable: true,
component: () => import("./pages/serviceCenter/serviceCenter.vue"), component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"),
}, },
// {
// title: "校园之窗",
// path: "/serviceCenter/schoolWindow",
// name: "schoolWindowPage",
// disable: true,
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
// },
// {
// title: "本周营养餐",
// path: "/serviceCenter/schoolNutritiousMeal",
// name: "schoolNutritiousMealPage",
// disable: true,
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
// },
// {
// title: "校车管理",
// path: "/serviceCenter/schoolBus",
// name: "schoolBusPage",
// disable: true,
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
// },
// {
// title: "招生通道",
// path: "/serviceCenter/schoolAdmissionChannel",
// name: "schoolAdmissionChannelPage",
// disable: true,
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
// },
] ]
}, },
] ]

@ -30,6 +30,10 @@
data(){ data(){
return {} return {}
}, },
created(){
document.documentElement.style.setProperty('--modTitleOne', '#094193');
document.documentElement.style.setProperty('--modTitleTwo', '#094193');
},
components:{ components:{
StudentActivities, StudentActivities,
CourseScheduleQuery, CourseScheduleQuery,

@ -373,7 +373,9 @@
this.titleData = JSON.parse(result[0].data.result) this.titleData = JSON.parse(result[0].data.result)
this.excellent_id = this.titleData[0].excellent_id this.excellent_id = this.titleData[0].excellent_id
} }
this.getMasterBextData2()//2 if(this.excellent_id !== ""){
this.getMasterBextData2()//2
}
}) })
}, },
//2 //2
@ -413,13 +415,17 @@
next(id) { next(id) {
this.$refs.imgs.next() this.$refs.imgs.next()
this.excellent_id = id this.excellent_id = id
this.getMasterBextData2() if(this.excellent_id !== ""){
this.getMasterBextData2()
}
}, },
prve(id) { prve(id) {
this.$refs.imgs.prev() this.$refs.imgs.prev()
this.excellent_id = id this.excellent_id = id
this.getMasterBextData2() if(this.excellent_id !== ""){
this.getMasterBextData2()
}
}, },
// //
showTeamBuildInfo(item){ showTeamBuildInfo(item){

Loading…
Cancel
Save