增加地图是否只显示指定区域的地图
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
| @@ -540,7 +540,8 @@ const components = [ | ||||
|             ], | ||||
|             api: '', | ||||
|             thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|             is3dAround: '0' | ||||
|             is3dAround: '0', | ||||
|             limitArea: '0', | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user