From 28a6eb8e7da7f56219b7344efa4d2a8779e014d8 Mon Sep 17 00:00:00 2001 From: longyvfengyun <496960745@qq.com> Date: 星期五, 10 三月 2023 15:14:10 +0800 Subject: [PATCH] 地图修改 --- src/views/home/home-admin.vue | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/home/home-admin.vue b/src/views/home/home-admin.vue index 0bbd1f5..1253671 100644 --- a/src/views/home/home-admin.vue +++ b/src/views/home/home-admin.vue @@ -140,7 +140,11 @@ </card-box> </div> <div class="map"> - <card-box title="绔欑偣鍦板浘"></card-box> + <card-box title="绔欑偣鍦板浘"> + <map-chart> + <map-mark-list slot="tools"></map-mark-list> + </map-chart> + </card-box> </div> </div> </div> @@ -152,7 +156,8 @@ import card from './components/card'; import info from './components/info-admin'; import cardBox from '@/components/bigScreenPage/big_screen_card'; - +import MapChart from "@/components/myCharts/MapChart.vue"; +import MapMarkList from "@/components/mapMarkList.vue"; export default { name: '', @@ -170,9 +175,11 @@ } }, components: { + MapMarkList, card, info, - cardBox + cardBox, + MapChart }, methods: { toggleView() { @@ -182,7 +189,7 @@ }, mounted() { - + } } @@ -361,4 +368,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1