Commit ff2f3b3e authored by 田翔's avatar 田翔

fix: 添加台账自动映射配置

parent 32e104d4
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.0.43", "version": "6.0.44",
"description": "6.0.43 代码修复", "description": "6.0.44 添加台账自动映射配置",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -1687,10 +1687,20 @@ const businessWidgets = [ ...@@ -1687,10 +1687,20 @@ const businessWidgets = [
type: 'boolean', type: 'boolean',
default: false, default: false,
displayType: 'row', displayType: 'row',
labelWidth: 100, labelWidth: 160,
widget: 'BooleanSwitch', widget: 'BooleanSwitch',
description: '开启后只显示自己所属站点数据', description: '开启后只显示自己所属站点数据',
}, },
autofill: {
title: '自动映射值(移动端)',
name: '站点过滤',
type: 'boolean',
default: false,
displayType: 'row',
labelWidth: 160,
widget: 'BooleanSwitch',
description: '开启后会将台账中的值自动映射在表单中',
},
isMultiple: { isMultiple: {
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