Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue @@ -82,7 +82,6 @@ chartName:{ handler(newval,oldval){ if(newval){ console.log(newval) this.chartOptions.title.text = newval + "数据统计" } },