Skip to content
本页目录

Table 表格

基础用法

No Data

多级表头和展开行

No Data

table 属性

TIP

具有 el-menu 所有属性

属性名说明类型可选值默认值
searchForms筛选表单的项array[]
tableAttr表格属性参考 el-tablesstring{}
columns表格的列[][]
hasOperateColumn是否有操作列boolean
opWidth操作列的宽度number160
hasPagination是否有分页boolean
sizeKey每页的大小的 keystirng'pageSize'
pageKey页码的 keystring'pageNo'
pagingAlign分页组件的位置,参考 justify-contentstring
pagingAttr分页属性,参考 el-paginationobject
forms弹窗的表单项[]
getList查询列表的方法function
dataPath列表源的路径string'data'
totalPathtotal 的路径string'total'
immediate是否首次加载调用 getListboolean
onResetNew覆盖调用弹窗的新增方法function
getDetail查询明细的方法,需要返回明细function
onResetView覆盖查看的方法function
onResetEdit覆盖编辑的方法,个人自定义编辑使用function
confirmDel删除提交的方法function
confirmSave提交的方法,(data,type)=> boolean, type 的值为 new,editfunction