属性
allowMultiple
是否允许多选
- 类型:
Boolean
building
列表页面是否完成渲染
- 类型:
Object
buttons
当前列表中注册的所有按钮
- 类型:
Object
checkall
标注当前列表数据是否全部选中
- 类型:
Boolean
data
当前列表中的所有数据主键
- 类型:
Array
floatButtons
当前列表中注册的所有浮动按钮
- 类型:
Object(key:ButtonCtrl)
inited
列表是否初始化完成
- 类型:
Object(key:ButtonCtrl)
innerButtons
列表记录内镶嵌的按钮
- 类型:
Object(key:ButtonCtrl)
listeners
列表注册的全部事件
- 类型:
Object(key:function)
loadingText
列表加载时候默认显示的文字
- 类型:
String
moreButtons
列表中配置的更多按钮组
- 类型:
ButtonCtrl
multipleing
当前列表是否为多选模式
- 类型:
Boolean
queryStrategys
查询策略数据
- 类型:
Array
参数名 | 类型 | 说明 |
---|---|---|
default | Boolean | 是否默认选中 |
strategyId | String | 查询策略ID |
text | String | 查询策略文字 |
type | String | 类型 |
value | String | 对应值 |
whereSql | String | 过滤条件 |
readOnly
当前列表是否为只读列表(只读列表不允许新增、删除功能)
- 类型:
Boolean
selectQS
当前列表选中的查询策略ID
- 类型:
String
selection
当前列表选中的数据ID
- 类型:
Array
store
数据Store(参看PC->Store)
- 类型:
JE.store
title
当前列表的头部名称
- 类型:
String
type
类型
- 类型:
list
vm
当前列表所对应的vm对象
- 类型:
VueComponent
最后编辑: admin 文档更新时间: 2023-04-26 08:43 作者:admin