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

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

View File

@@ -83,7 +83,7 @@
</template>
<script>
import * as echarts from 'echarts'
import { mapState } from 'vuex'
export default {
name: 'Detail',

View File

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

View File

@@ -73,7 +73,7 @@
<script>
import dayjs from "dayjs";
import * as echarts from 'echarts';
;
export default {
name: "gridScoreDetail",

View File

@@ -139,7 +139,7 @@
<script>
import dayjs from 'dayjs'
import { mapState } from "vuex"
import * as echarts from 'echarts';
;
export default {
name: "gridScoreStatistics",
label: "积分统计",