src/components/chart/GaugeChart.vue
文件名从 src/components/monitor/GaugeChart.vue 修改 @@ -26,7 +26,7 @@ this.gaugeChart.setOption(this.option); }, refreshChart(e) { this.option.data[0].value = e; this.option.series[0].data[0].value = e; this.gaugeChart.setOption(this.option); } },