mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
form 支持自定义布局
This commit is contained in:
@@ -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": "项列表"
|
||||
|
||||
@@ -579,6 +579,8 @@
|
||||
"title-asterisk",
|
||||
"title-overflow",
|
||||
"class-name",
|
||||
"collapse-status",
|
||||
"custom-layout",
|
||||
"items",
|
||||
"rules",
|
||||
"prevent-submit",
|
||||
|
||||
Reference in New Issue
Block a user