@@ -139,7 +139,6 @@ export default {
lineColors.push([item.value / 100 , this.colors[key]])
values.push(item.range)
})
- console.log(lineColors,this.chartData,99999)
let option = {
series: [{
name: "Indicator",
@@ -617,7 +617,6 @@ export default {
this.showStudentPaperDialog = true
},
getMiddleNumber(arr) {
- console.log(arr,parseInt((arr[0] + arr[1]) / 2),12222)
return parseInt((arr[0] + arr[1]) / 2)
//学生端查询单科-小题分析(表格-图表)