gaoshp
2024-11-12 d2882e796502862c3356d4ff03f4961b7c3c9ed5
update
已修改1个文件
8 ■■■■ 文件已修改
src/views/mdc/components/StationLiveSpeed.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/components/StationLiveSpeed.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-18 21:52:18
 * @LastEditors: gaoshp
 * @LastEditTime: 2024-11-12 19:53:16
 * @LastEditTime: 2024-11-12 19:54:19
 * @FilePath: /cps-web/src/views/mdc/components/StationLiveSpeed.vue
-->
<template>
@@ -130,9 +130,9 @@
            // this.showCharts(a,b,c);
        },
        showCharts(a, b, c) {
            var myChartA = echarts.init(document.getElementById('c'));
            var myChartB = echarts.init(document.getElementById('d'));
            var myChartC = echarts.init(document.getElementById('e'));
            var myChartA = echarts.init(this.$refs.c);
            var myChartB = echarts.init(this.$refs.d);
            var myChartC = echarts.init(this.$refs.e);
            var optionA = JSON.parse(JSON.stringify(this.option));
            var optionB = JSON.parse(JSON.stringify(this.option));
            var optionC = JSON.parse(JSON.stringify(this.option));