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

Matplotlib(三)—— 实践

Flex layout frog game clearance strategy
![[Go through 3] Convolution & Image Noise & Edge & Texture](/img/7b/2214020cadf06d9211fd40fb5f1b63.png)
[Go through 3] Convolution & Image Noise & Edge & Texture

Using QR codes to solve fixed asset management challenges

The mall background management system based on Web design and implementation

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

Structured Light 3D Reconstruction (2) Line Structured Light 3D Reconstruction

Geek卸载工具

【NFT网站】教你制作开发NFT预售网站官网Mint作品

将照片形式的纸质公章转化为电子公章(不需要下载ps)
随机推荐
数据库实验五 备份与恢复
jvm three heap and stack
2023 International Conference on Information and Communication Engineering (JCICE 2023)
day11-函数作业
怎么更改el-table-column的边框线
1.3 mysql batch insert data
Using pip to install third-party libraries in Pycharm fails to install: "Non-zero exit code (2)" solution
DOM and its applications
uva1325
Distributed systems revisited: there will never be a perfect consistency scheme...
coppercam入门手册[6]
"Recursion" recursion concept and typical examples
Returned object not currently part of this pool
第二讲 Linear Model 线性模型
[Go through 7] Notes from the first section of the fully connected neural network video
【过一下6】机器视觉视频 【过一下2被挤掉了】
npm搭建本地服务器,直接运行build后的目录
Flutter real machine running and simulator running
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
HQL statement execution process