增加平昌地图图例

This commit is contained in:
aixianling
2023-10-18 15:22:17 +08:00
parent da422ec320
commit 82bd4af605
2 changed files with 18 additions and 0 deletions

View File

@@ -185,6 +185,12 @@
<ai-select v-model="config.is3dAround" :selectList="dict.getDict('yesOrNo')"/>
</div>
</div>
<div class="layout-config__item layout-config__item--input">
<label>显示图例</label>
<div class="layout-config__item--right">
<ai-select v-model="config.showPingchangMapLegend" :selectList="dict.getDict('yesOrNo')"/>
</div>
</div>
</template>
<div class="layout-config__item" v-if="config.type === 'summary'">
<label>数据汇总</label>