增加地图是否只显示指定区域的地图

This commit is contained in:
aixianling
2022-11-10 14:57:08 +08:00
parent b2b85d4f2d
commit 50631a3e36
3 changed files with 10 additions and 4 deletions

View File

@@ -101,6 +101,12 @@
<AiAreaGet :instance="instance" :valueLevel="3" v-model="config.areaId" placeholder="地图展示的中心"/>
</div>
</div>
<div class="layout-config__item">
<label>限制显示地区</label>
<div class="layout-config__item--right">
<ai-select v-model="config.limitArea" :selectList="dict.getDict('yesOrNo')"/>
</div>
</div>
<div class="layout-config__item">
<label>显示标签</label>
<div class="layout-config__item--right">

View File

@@ -540,7 +540,8 @@ const components = [
],
api: '',
thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png',
is3dAround: '0'
is3dAround: '0',
limitArea: '0',
}
]
},