YbKeybuttonsPopover
文档待完善
# 基本使用
复制
# 插槽使用
复制
# Props
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
fields | 设置额外字段 | array | -- | [] |
fields[].label | 字段显示中文名称 | string | -- | -- |
fields[].prop | 字段名 | string | -- | -- |
fields[].rowKey | rowKey | string | -- | -- |
fields[].children | 字段子集 | array | -- | -- |
currentFieldsRowKey | 设置当前字段的 rowKey | string | -- | -- |
showConditionKeys | 是否显示关系运算符 | boolean | -- | true |
showOperatorKeys | 是否显示算术运算符 | boolean | -- | true |
width | 软键盘宽度 | string | number | -- | 1200 |
# Events
参数 | 说明 | 回调参数 |
---|---|---|
inputChar | 值改变时触发 | (e:Event) |
clearChar | 点击清除时触发 | (e:Event) |
clearCharAll | 点击清空全部时触发 | (e:Event) |
# Scoped Slot
name | 说明 |
---|---|
default | 触发软键盘内容 |
buttonAppended | 清空全部按钮后面插入的内容 |
上次更新: 2023/03/17, 14:11:15