Commit 5298441f authored by 田翔's avatar 田翔

fix: 关联表单增加必填

parent a04316ba
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.4.3", "version": "5.4.4",
"description": "5.4.3 音频60s,视频15秒", "description": "5.4.4 关联表单增加必填",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -2611,6 +2611,13 @@ const advancedWidgets = [ ...@@ -2611,6 +2611,13 @@ const advancedWidgets = [
widget: 'OtherSource', widget: 'OtherSource',
dependencies: ['台账名称'] dependencies: ['台账名称']
}, },
required: {
title: '必填',
type: 'boolean',
widget: 'checkbox',
default: false,
width: '33%',
},
disabled: { disabled: {
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