当前位置:网站首页>el-pagination分页分页设置
el-pagination分页分页设置
2022-08-05 05:14:00 【xx820702】
<!-- 分页 -->
<el-pagination
@current-change="handleCurrentChange"
@size-change="handleSizeChange"
:current-page="page"
:page-sizes="[10, 20, 30, 40]"
:page-size="limit"
layout=" prev, pager, next, jumper,total, sizes"
:total="total"
>
</el-pagination>
handleCurrentChange(pager=1){
this.page = pager
this.TheQuery()
},
handleSizeChange(limit){
this.limit= limit
this.TheQuery()
},
边栏推荐
猜你喜欢
解决端口占用问题
NodeJs接收上传文件并自定义保存路径
The mall background management system based on Web design and implementation
CAP+BASE
Flutter real machine running and simulator running
Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package
Database experiment five backup and recovery
【过一下8】全连接神经网络 视频 笔记
[Let's pass 14] A day in the study room
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
随机推荐
RDD和DataFrame和Dataset
UVA10827
js实现数组去重
第四讲 反向传播随笔
uva1325
鼠标放上去变成销售效果
pycharm中调用Matlab配置:No module named ‘matlab.engine‘; ‘matlab‘ is not a package
phone call function
jvm three heap and stack
Structured Light 3D Reconstruction (2) Line Structured Light 3D Reconstruction
实现跨域的几种方式
周末作业-循环练习题(2)
Wise Force Deleter强制删除工具
【过一下9】卷积
day12函数进阶作业
【读书】长期更新
【过一下10】sklearn使用记录
Matplotlib(三)—— 实践
"Recursion" recursion concept and typical examples
第5讲 使用pytorch实现线性回归