当前位置:网站首页>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()
},边栏推荐
猜你喜欢

【过一下7】全连接神经网络视频第一节的笔记

Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package

Detailed Explanation of Redis Sentinel Mode Configuration File

Flink accumulator Counter 累加器 和 计数器

Pandas(五)—— 分类数据、读取数据库

位运算符与逻辑运算符的区别

Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法

The mall background management system based on Web design and implementation

【过一下3】卷积&图像噪音&边缘&纹理

多线程查询结果,添加List集合
随机推荐
有用番茄来监督自己的同道中人吗?加一下我的自习室,一起加油
Returned object not currently part of this pool
位运算符与逻辑运算符的区别
redis persistence
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
Detailed Explanation of Redis Sentinel Mode Configuration File
Machine Learning (2) - Machine Learning Fundamentals
npm搭建本地服务器,直接运行build后的目录
【技能】长期更新
周末作业-循环练习题(2)
Matplotlib(一)—— 基础
学习总结week3_4类与对象
day8字典作业
UVA10827
将照片形式的纸质公章转化为电子公章(不需要下载ps)
"Recursion" recursion concept and typical examples
2022牛客多校第四场C.Easy Counting Problem(EGF+NTT)
js实现数组去重
The role of the range function
flink实例开发-batch批处理实例