mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
重构 4.0 next 版本
This commit is contained in:
@@ -190,7 +190,7 @@ const apis = [
|
||||
},
|
||||
{
|
||||
name: 'prevent-submit',
|
||||
desc: '禁用默认提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑',
|
||||
desc: '是否禁用默认的回车提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑',
|
||||
version: '',
|
||||
type: 'boolean',
|
||||
enum: '',
|
||||
|
||||
@@ -216,15 +216,6 @@ const apis = [
|
||||
defVal: '继承 setup.input.labelFormat',
|
||||
list: []
|
||||
},
|
||||
// {
|
||||
// name: 'parse-format',
|
||||
// desc: '只对 type=date|datetime|week|month|year 有效,绑定值的解析格式,如果是值为字符串时可能会用到',
|
||||
// version: '',
|
||||
// type: 'string',
|
||||
// enum: '',
|
||||
// defVal: '继承 setup.input.parseFormat',
|
||||
// list: []
|
||||
// },
|
||||
{
|
||||
name: 'value-format',
|
||||
desc: '只对 type=date|datetime|week|month|year 有效,绑定值的返回格式,默认返回 Date 类型,如果指定格式则返回字符串',
|
||||
|
||||
Reference in New Issue
Block a user