diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEva.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEva.vue index f21a8d6..083db63 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEva.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEva.vue @@ -370,6 +370,11 @@ ] } ) + window.addEventListener("resize", () => { + if(echart){ + echart.resize() + } + }) }, getStudentListByClass:function () { this.showLoading = true; diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluation.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluation.vue index e729c6c..560dcaa 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluation.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluation.vue @@ -378,6 +378,11 @@ ] } ) + window.addEventListener("resize", () => { + if(echart){ + echart.resize() + } + }) }, taskChange: function (value) { let taskId = value.substring(0, value.indexOf('-')); diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluationLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluationLarge.vue index 274a962..6c7789c 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluationLarge.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/classEvaluationLarge.vue @@ -3,12 +3,14 @@ + diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/scoreRecord.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/scoreRecord.vue new file mode 100644 index 0000000..0d70be8 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/scoreRecord.vue @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/totalEva.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/totalEva.vue index 77dc53d..287c7b7 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/totalEva.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/totalEva.vue @@ -428,6 +428,11 @@ ] } ); + window.addEventListener("resize", () => { + if(echart){ + echart.resize() + } + }) }, getTargetOption: function () { this.showLoadingII = true; @@ -454,7 +459,6 @@ }) }, buildTargetEchart:function (data) { - console.log("班级指标对比:",data) //构建图表 let echart = echarts.getInstanceByDom(document.getElementById("classTargetEchart")); if (echart == null) { @@ -530,6 +534,11 @@ series: seriesData } ); + window.addEventListener("resize", () => { + if(echart){ + echart.resize() + } + }) }, getStudentRange:function () { this.showLoadingIII = true;