在 Element-ui(el-table、el-pagination)实现表格分页 基础上,补充几点:

1. 序号随翻页一起增/减 

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
<el-table-column
type="index"
width="50"
:index="table_index">
</el-table-column>
table_index(index){
   return (this.current_page-1) * this.page_size + index + 1
}

2. 每次重新请求数据后,要重置当前页为1

整体效果:

 Element-ui(el-table、el-pagination)实现表格分页,Element-ui(el-table、el-pagination)实现表格分页 随笔

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄