form 支持自定义布局

This commit is contained in:
xuliangzhan
2021-10-05 17:39:06 +08:00
parent 8a19cf5ea2
commit fa75a27a49
19 changed files with 1093 additions and 803 deletions

View File

@@ -1787,6 +1787,14 @@
"type": "string, ({ data }) => string",
"description": "给表单附加 className"
},
"vxe-form/collapse-status": {
"type": "boolean",
"description": "v-model 绑定值,折叠状态"
},
"vxe-form/custom-layout": {
"type": "boolean",
"description": "是否使用自定义布局"
},
"vxe-form/items": {
"type": "any[]",
"description": "项列表"

View File

@@ -579,6 +579,8 @@
"title-asterisk",
"title-overflow",
"class-name",
"collapse-status",
"custom-layout",
"items",
"rules",
"prevent-submit",