地图控件完善
parent
f039493bad
commit
cbc47fa1e9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue