@qqt-vue/vxe-popup
v0.0.1
Published
vxe table 弹窗选择组件
Readme
<%= npmName %>
简介:<%= title %>
<%= description %>
SearchCard 搜索卡片
传参
参数|说明|类型|默认值 --|--|--|-- columns|选项数组,格式:[{查看列字段}]|array|[] visible | 是否显隐 |boolean|false
事件 (参考antdv table)
事件名称|说明|回调参数
--|--|--
search|查询按钮事件|function(params)params:参数{传参列prop:值}
列属性
参数|说明|类型|默认值
--|--|--|--
label|显示值|string|null
prop|key|string|null
type|数据类型|string|目前支持:link,input,select,datetime 其余继承avue
list|字典表数据,type为select使用|array|null
