Commit 3bf8eda9 authored by 彭俊龙's avatar 彭俊龙

开关控件新增地址同步

parent 3e341c18
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.10.55", "version": "6.10.56",
"description": "6.10.54 自定义地图描述字段修改,手签显隐逻辑优化", "description": "6.10.56 自定义地图描述字段修改,手签显隐逻辑优化",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -1131,6 +1131,12 @@ const baseWidgets = [ ...@@ -1131,6 +1131,12 @@ const baseWidgets = [
title: '字段说明', title: '字段说明',
type: 'string', type: 'string',
}, },
addressSync: {
title: '地址同步',
type: 'string',
widget: 'AddressSync',
description: '位置信息将会同步到下方字段中',
},
isHidden: { isHidden: {
title: '是否隐藏', title: '是否隐藏',
type: 'boolean', type: 'boolean',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment