# Slots 列表插槽
插槽名称 | 插槽说明 | 携带数据 | 默认内容 |
---|---|---|---|
filter-left | 组件内嵌筛选条左侧 | form 列表筛选配置 | 无 |
filter-right | 组件内嵌筛选条右侧 | form 列表筛选配置 | 无 |
{field}-cell-prefix | 列表单元格前缀 | column 当前列配置参数 row 当前行所有数据 cell 当前单元格数据 $index 当前行索引 | column.prefix |
{field}-cell | 当前单元格数据插槽 使用该插槽将替换默认的数据 显示 | column 当前列配置参数 row 当前行所有数据 cell 当前单元格数据 $index 当前行索引 | row[field] |
{field}-cell-suffix | 列表单元格后缀 | column 当前列配置参数 row 当前行所有数据 cell 当前单元格数据 $index 当前行索引 | column.suffix |
{field}-header-prefix | 列表表头前缀 | column 当前列配置参数 $index 当前行索引 | column.headerPrefix |
{field}-header | 列表表头 | column 当前列配置参数 $index 当前行索引 | column.label |
{field}-header-suffix | 列表表头后缀 | column 当前列配置参数 $index 当前行索引 | column.headerSuffix |
pagination-left | 组件内嵌分页器左侧 | page 当前分页配置 | 无 |
pagination-right | 组件内嵌分页器左侧 | page 当前分页配置 | 无 |
← 列表编辑 Common Form 通用表单 →