Compare commits
2 Commits
7102fff2dd
...
4953311f50
| Author | SHA1 | Date |
|---|---|---|
|
|
4953311f50 | |
|
|
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