Commit fb6f6073 authored by 田翔's avatar 田翔

fix: 关闭之前配置

parent 336f68ee
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.4.9", "version": "5.5.0",
"description": "5.4.9 配置修改", "description": "5.5.0 关闭之前配置",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -2591,19 +2591,19 @@ const advancedWidgets = [ ...@@ -2591,19 +2591,19 @@ const advancedWidgets = [
description: '所有形态默认显示', description: '所有形态默认显示',
widget: 'HiddenCondition' widget: 'HiddenCondition'
}, },
'控制规则': { // '控制规则': {
title: '控制规则', // title: '控制规则',
type: 'string', // type: 'string',
widget: 'ControlRules', // widget: 'ControlRules',
}, // },
'默认显示': { // '默认显示': {
title: '默认显示', // title: '默认显示',
type: 'boolean', // type: 'boolean',
widget: 'BooleanSwitch', // widget: 'BooleanSwitch',
default: true, // default: true,
displayType: 'row', // displayType: 'row',
labelWidth: 80, // labelWidth: 80,
}, // },
isEdit: { isEdit: {
title: '表格可编辑', title: '表格可编辑',
description: '表格字段变为可编辑与添加字段集', description: '表格字段变为可编辑与添加字段集',
......
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