echarts调整升级,地图完成一部分

This commit is contained in:
aixianling
2024-03-26 16:57:18 +08:00
parent c557433324
commit 0821d9b238
67 changed files with 218 additions and 247 deletions

View File

@@ -93,7 +93,7 @@
</template>
<script>
import * as echarts from 'echarts'
export default {
name: 'Statistics',

View File

@@ -133,7 +133,7 @@
<script>
import { mapState } from "vuex";
import * as echarts from "echarts";
;
export default {
name: "Statistics",

View File

@@ -24,7 +24,7 @@
</template>
<script>
import * as echarts from 'echarts';
;
export default {
name: "Statistics",
props: {

View File

@@ -57,7 +57,7 @@
<script>
import {mapState} from "vuex";
import * as echarts from "echarts";
;
export default {
name: "staPane",

View File

@@ -458,7 +458,7 @@
<script>
import * as echarts from "echarts";
;
import { mapState } from "vuex";
export default {
name: "SonDetail",