mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
form-item 增加参数 className
This commit is contained in:
@@ -102,6 +102,15 @@ const apis = [
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'class-name',
|
||||
desc: '给表单项附加 className',
|
||||
version: '3.1.5',
|
||||
type: 'string',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'visible',
|
||||
descKey: 'app.api.formItem.desc.visible',
|
||||
|
||||
Reference in New Issue
Block a user