diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportLarge.vue index 33a6afb..42e1696 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportLarge.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportLarge.vue @@ -4,7 +4,7 @@ -
+
行政班类别统计汇总
+
暂无数据
- +
@@ -51,9 +52,10 @@
学科
+
暂无数据
-
+
学生走班情况汇总
@@ -102,18 +104,20 @@
+
暂无数据
-
- -
-
+
+
+ +
+
+
+
暂无数据
@@ -256,7 +262,8 @@ ], xAxisName:"", yAxisName:"人数", - } + }, + getData:true, } }, @@ -267,34 +274,46 @@ methods:{ handleTaskChange:function (key) { this.task_id=key; - if(this.type==='1'){ - this.administrativeTable=false; - this.pieFlag=false; - this.getClassCountCompareByType(); - this.getClassCountCompareByTypeDetail(); - }else if(this.type==='2'){ - this.getClassComprehensiveInfo(); - }else if(this.type==='3'){ - this.goClassPieFlag=false; - this.getStudentTeachingClassInfo(); + if(key!==''){ + this.getData=true; + if(this.type==='1'){ + this.administrativeTable=false; + this.pieFlag=false; + this.getClassCountCompareByType(); + this.getClassCountCompareByTypeDetail(); + }else if(this.type==='2'){ + this.getClassComprehensiveInfo(); + }else if(this.type==='3'){ + this.goClassPieFlag=false; + this.getStudentTeachingClassInfo(); + }else { + this.sexPieFlag=false; + this.sexLineFlag=false; + this.getSexStatic() + } }else { - this.sexPieFlag=false; - this.sexLineFlag=false; - this.getSexStatic() + this.getData=false; } + }, handleTabsChange:function (key) { this.type=key; - if(key==='1'){ - this.getClassCountCompareByType(); - this.getClassCountCompareByTypeDetail(); - }else if(key==='2'){ - this.getClassComprehensiveInfo(); - }else if(key==='3'){ - this.getStudentTeachingClassInfo(); + if(this.task_id!==''){ + this.getData=true; + if(key==='1'){ + this.getClassCountCompareByType(); + this.getClassCountCompareByTypeDetail(); + }else if(key==='2'){ + this.getClassComprehensiveInfo(); + }else if(key==='3'){ + this.getStudentTeachingClassInfo(); + }else { + this.getSexStatic() + } }else { - this.getSexStatic() + this.getData=false; } + }, //行政班类别统计汇总 getClassCountCompareByType:function () { @@ -503,13 +522,15 @@ if(result[0].data.success === true){ this.taskFlag=true; if(result[0].data.list.length!==0){ + this.getData=true; this.taskList=result[0].data.list; this.task_id=result[0].data.list[0].divide_id; this.getClassCountCompareByType(); this.getClassCountCompareByTypeDetail(); }else { - this.stageList=[{stage_name:'暂无数据',stage_id:''}]; + this.getData=false; + this.taskList=[{divide_name:'暂无数据',divide_id:''}]; } } diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportSmall.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportSmall.vue index 4165645..2ceae47 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportSmall.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassStrategyReportSmall.vue @@ -12,46 +12,50 @@
-
- - -
-
-
- +
+
+ +
+
+
+ +
+
+
+ + +
-
- - -
+
暂无数据
-
-
- - {{item.subject_name}} - {{item.total_count}} +
+
+
+ + {{item.subject_name}} + {{item.total_count}} +
-
- - +
+ - - + + @@ -62,11 +66,13 @@ - -
选考{{subjectData[0].count+subjectData[0].teaching_count}} 学考{{subjectData[1].count+subjectData[1].teaching_count}}
行政班{{subjectData[0].count+subjectData[1].count}} {{subjectData[0].count}}{{subjectData[0].teaching_count}} {{subjectData[1].teaching_count}}
+ + +
+
暂无数据
-
+
+
暂无数据
-
- - -
-
- -
-
- - +
+
+ + +
+
+ +
+
+ + +
+
暂无数据
@@ -257,7 +267,8 @@ ], xAxisName:"", yAxisName:"人数", - } + }, + getData:true, } }, @@ -276,35 +287,43 @@ }, handleTaskChange:function (key) { this.task_id=key; - if(this.type==='1'){ - this.administrativeTable=false; - this.pieFlag=false; - this.getClassCountCompareByType(); - this.getClassCountCompareByTypeDetail(); - }else if(this.type==='2'){ - this.getClassComprehensiveInfo(); - }else if(this.type==='3'){ - this.goClassPieFlag=false; - this.getStudentTeachingClassInfo(); + if(key!==''){ + this.getData=true; + if(this.type==='1'){ + this.administrativeTable=false; + this.pieFlag=false; + this.getClassCountCompareByType(); + this.getClassCountCompareByTypeDetail(); + }else if(this.type==='2'){ + this.getClassComprehensiveInfo(); + }else if(this.type==='3'){ + this.goClassPieFlag=false; + this.getStudentTeachingClassInfo(); + }else { + this.sexPieFlag=false; + this.sexLineFlag=false; + this.getSexStatic() + } }else { - this.sexPieFlag=false; - this.sexLineFlag=false; - this.getSexStatic() + this.getData=false; } }, handleTabsChange:function (key) { this.type=key; - if(key==='1'){ - this.showPie=true; - this.getClassCountCompareByType(); - this.getClassCountCompareByTypeDetail(); - }else if(key==='2'){ - this.index=0; - this.getClassComprehensiveInfo(); - }else if(key==='3'){ - this.getStudentTeachingClassInfo(); + if(this.task_id!==''){ + this.getData=true; + if(key==='1'){ + this.getClassCountCompareByType(); + this.getClassCountCompareByTypeDetail(); + }else if(key==='2'){ + this.getClassComprehensiveInfo(); + }else if(key==='3'){ + this.getStudentTeachingClassInfo(); + }else { + this.getSexStatic() + } }else { - this.getSexStatic() + this.getData=false; } }, administrativeImgClick:function (key) { @@ -336,13 +355,15 @@ if(result[0].data.success === true){ this.taskFlag=true; if(result[0].data.list.length!==0){ + this.getData=true; this.taskList=result[0].data.list; this.task_id=result[0].data.list[0].divide_id; this.getClassCountCompareByType(); this.getClassCountCompareByTypeDetail(); }else { - this.stageList=[{stage_name:'暂无数据',stage_id:''}]; + this.getData=false; + this.taskList=[{divide_name:'暂无数据',divide_id:''}]; } } diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteLarge.vue index 512633c..9a986af 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteLarge.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteLarge.vue @@ -4,8 +4,7 @@
异动数据统计分析
-
-
+
+
暂无数据
@@ -77,7 +77,8 @@ ], xAxisName:"日期", yAxisName:"异动课节", - } + }, + getData:true, } }, @@ -124,6 +125,7 @@ }],(result)=>{ if(result[0].data.success === true){ this.classesFlag=true; + this.getData=true; let nameList=[]; let classes=[]; let substitute=[]; @@ -143,6 +145,8 @@ this.classesSubstituteData.seriesData[1].data=substitute; this.classesSubstituteData.seriesData[1].name=nameList[1]; + }else { + this.getData=false; } }) } diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteSmall.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteSmall.vue index c66e453..5fe202e 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteSmall.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ClassesSubstituteSmall.vue @@ -20,7 +20,7 @@
-
+
+
暂无数据
@@ -77,7 +78,8 @@ ], xAxisName:"日期", yAxisName:"异动课节", - } + }, + getData:true } }, @@ -124,6 +126,7 @@ }],(result)=>{ if(result[0].data.success === true){ this.classesFlag=true; + this.getData=true; let nameList=[]; let classes=[]; let substitute=[]; @@ -143,6 +146,8 @@ this.classesSubstituteData.seriesData[1].data=substitute; this.classesSubstituteData.seriesData[1].name=nameList[1]; + }else{ + this.getData=false; } }) } diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ListenClassStatisticsLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ListenClassStatisticsLarge.vue index 6a3e896..49ed108 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ListenClassStatisticsLarge.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/ListenClassStatisticsLarge.vue @@ -30,7 +30,7 @@
听评课趋势统计
-
+
@@ -39,6 +39,7 @@
+
- +
+ +
+
+
+
+
+
@@ -29,14 +36,21 @@
- +
+ +
+
+
+
+
+
@@ -221,6 +235,13 @@ text-align: center; } } + .bgImg{ + text-align: center; + margin: 0 auto; + width:16rem; + height:16rem; + background: url('./image/bgImg.png') center center no-repeat; + } }