修改台账管理页面 优化实时数据
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="default-main">
|
||||
|
||||
<DatePicker ref="datePickerRef" theCurrentTime style="display: none" />
|
||||
<!-- 搜索框 -->
|
||||
<div class="query-box-wrap">
|
||||
@@ -100,7 +101,7 @@
|
||||
<!-- 行政区划 -->
|
||||
<div v-if='zoom <= 11'>
|
||||
<div v-for="item in AreaData">
|
||||
<bm-polygon v-for="timeK in item.boundary" :path="timeK" :strokeWeight="2" strokeColor="#fff"
|
||||
<bm-polygon v-for="timeK in item.boundary" :path="timeK" :strokeWeight="2" strokeColor="#0e8780"
|
||||
:strokeOpacity="1" :fillColor="item.background || ''" :fillOpacity="0.5"></bm-polygon>
|
||||
</div>
|
||||
</div>
|
||||
@@ -171,7 +172,7 @@ const AreaData: any = ref([])
|
||||
const PopKey: any = ref(2)
|
||||
const imgUrl0 = new URL('@/assets/img/BDZ-ZS.png', import.meta.url).href
|
||||
const imgUrl1 = new URL('@/assets/img/ZD-ZS.png', import.meta.url).href
|
||||
const imgUrl2 = new URL('@/assets/img/JCD-ZS.png', import.meta.url).href
|
||||
const imgUrl2 = new URL('@/assets/img/JCD-ZS.png', import.meta.url).hre
|
||||
const boundaryList: any = ref([
|
||||
{
|
||||
orgName: '唐山',
|
||||
|
||||
Reference in New Issue
Block a user