mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
feat: 添加注释
This commit is contained in:
parent
050498a55a
commit
474a606711
@ -13,4 +13,4 @@ $vxe-danger-color: #f56c6c !default;
|
|||||||
$vxe-disabled-color: #bfbfbf !default;
|
$vxe-disabled-color: #bfbfbf !default;
|
||||||
$vxe-primary-disabled-color: #c0c4cc !default;
|
$vxe-primary-disabled-color: #c0c4cc !default;
|
||||||
|
|
||||||
@import 'vxe-table/styles/index.scss';
|
@import 'vxe-table/styles/index';
|
||||||
|
@ -7,15 +7,14 @@ export type XTableProps<D = any> = VxeGridProps<D> & {
|
|||||||
topActionSlots?: boolean // 是否开启表格内顶部操作栏插槽
|
topActionSlots?: boolean // 是否开启表格内顶部操作栏插槽
|
||||||
treeConfig?: VxeTablePropTypes.TreeConfig // 树形表单配置
|
treeConfig?: VxeTablePropTypes.TreeConfig // 树形表单配置
|
||||||
isList?: boolean // 是否不带分页的list
|
isList?: boolean // 是否不带分页的list
|
||||||
getListApi?: Function
|
getListApi?: Function // 获取列表接口
|
||||||
getAllListApi?: Function
|
getAllListApi?: Function // 获取全部数据接口 用于 vxe 导出
|
||||||
deleteApi?: Function
|
deleteApi?: Function // 删除接口
|
||||||
exportListApi?: Function
|
exportListApi?: Function // 导出接口
|
||||||
exportName?: string // 导出文件夹名称
|
exportName?: string // 导出文件夹名称
|
||||||
params?: any
|
params?: any // 其他查询参数
|
||||||
pagination?: boolean | VxeGridPropTypes.PagerConfig
|
pagination?: boolean | VxeGridPropTypes.PagerConfig // 分页配置参数
|
||||||
toolBar?: boolean | VxeGridPropTypes.ToolbarConfig
|
toolBar?: boolean | VxeGridPropTypes.ToolbarConfig // 右侧工具栏配置参数
|
||||||
afterFetch?: Function
|
|
||||||
}
|
}
|
||||||
export type XColumns = VxeGridPropTypes.Columns
|
export type XColumns = VxeGridPropTypes.Columns
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user