地图控件完善

hc_zhufu
zzq 2024-05-27 17:35:50 +08:00
parent f039493bad
commit cbc47fa1e9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
<template>
<PageWrapper dense contentFullHeight fixedHeight contentClass="flex">
<Form label-align="left" layout="vertical" description="图斑控件" style="margin: 20px auto 0">
<Form
label-align="left"
layout="vertical"
description="图斑控件"
style="margin: 20px auto 0; width: 550px; padding-bottom: 20px"
>
<FormItem label="是否显示">
<Switch v-model:checked="mapSetData.isShowMap" />
</FormItem>