大概可以看的一版

This commit is contained in:
aixianling
2024-04-15 15:35:57 +08:00
parent fdfbaad6d8
commit 7a0538dff0
5 changed files with 244 additions and 216 deletions

View File

@@ -65,7 +65,6 @@ export default {
if (type == "530300000000") {
this.geoData = json.map
this.$refs.map.chart?.setOption({series: {data: this.mapData}})
console.log(this.$refs.map.chart?.getOption()?.series)
}
this.config.summaryConfigs = json.sta?.map((e, i) => ({pos: ["rt", "lb", 'lt', 'rb'][i % 4], display: "summary20", ...e})) || []
})