当前位置:网站首页>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()
},边栏推荐
- JSX基础
- es6迭代协议
- Detailed Explanation of Redis Sentinel Mode Configuration File
- [Software Exam System Architect] Software Architecture Design ③ Domain-Specific Software Architecture (DSSA)
- Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
- 「PHP8入门指南」PHP简明介绍
- 【技能】长期更新
- Matplotlib(三)—— 实践
- In Opencv, imag=cv2.cvtColor(imag,cv2.COLOR_BGR2GRAY) error: error:!_src.empty() in function 'cv::cvtColor'
- phone call function
猜你喜欢

Develop a highly fault-tolerant distributed system

【过一下8】全连接神经网络 视频 笔记

第5讲 使用pytorch实现线性回归

【NFT开发】设计师无技术基础保姆级开发NFT教程在Opensea上全套开发一个NFT项目+构建Web3网站

CAP+BASE

2022 Hangzhou Electric Multi-School 1st Session 01

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

The mall background management system based on Web design and implementation

数据库 单表查询

The software design experiment four bridge model experiment
随机推荐
Dashboard Display | DataEase Look at China: Data Presents China's Capital Market
【NFT网站】教你制作开发NFT预售网站官网Mint作品
怎么更改el-table-column的边框线
OFDM 十六讲 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
[Go through 3] Convolution & Image Noise & Edge & Texture
Returned object not currently part of this pool
"PHP8 Beginner's Guide" A brief introduction to PHP
【After a while 6】Machine vision video 【After a while 2 was squeezed out】
day10-字符串作业
Transformation 和 Action 常用算子
Develop a highly fault-tolerant distributed system
【Reading】Long-term update
es6迭代协议
Lecture 5 Using pytorch to implement linear regression
Flink HA安装配置实战
Database experiment five backup and recovery
Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
[Redis] Resid的删除策略
Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package
学习总结week2_1