mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
优化重构
This commit is contained in:
@@ -92,7 +92,7 @@ const apis = [
|
||||
name: 'rules',
|
||||
descKey: 'app.api.form.desc.rules',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
type: '{[field: string]: Array<Object>}',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: [
|
||||
|
||||
@@ -1759,7 +1759,7 @@ const apis = [
|
||||
name: 'edit-rules',
|
||||
descKey: 'app.api.table.desc.editRules',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
type: '{[field: string]: Array<Object>}',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: [
|
||||
|
||||
@@ -153,6 +153,25 @@ const apis = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'print',
|
||||
descKey: 'app.api.toolbar.desc.print',
|
||||
version: '',
|
||||
type: 'Boolean, Object',
|
||||
enum: '',
|
||||
defVal: '默认继承 setup.toolbar.print',
|
||||
list: [
|
||||
{
|
||||
name: 'icon',
|
||||
desc: '自定义图标',
|
||||
version: '',
|
||||
type: 'String',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'refresh',
|
||||
descKey: 'app.api.toolbar.desc.refresh',
|
||||
|
||||
Reference in New Issue
Block a user