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

fix: 关联表单增加必填

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