Commit ff2f3b3e authored by 田翔's avatar 田翔

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

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