当前位置:网站首页>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()
},边栏推荐
- flink实例开发-batch批处理实例
- 鼠标放上去变成销售效果
- Xiaobai, you big bulls are lightly abused
- Returned object not currently part of this pool
- The underlying mechanism of the class
- Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package
- 数据库 单表查询
- Geek卸载工具
- 【过一下12】整整一星期没记录
- "Recursion" recursion concept and typical examples
猜你喜欢

DOM and its applications

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

Flutter real machine running and simulator running

The mall background management system based on Web design and implementation

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

解决端口占用问题

The underlying mechanism of the class

pycharm中调用Matlab配置:No module named ‘matlab.engine‘; ‘matlab‘ is not a package

【过一下9】卷积

OFDM 十六讲 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
随机推荐
Develop a highly fault-tolerant distributed system
Distributed and Clustered
Reverse theory knowledge 4
Structured Light 3D Reconstruction (2) Line Structured Light 3D Reconstruction
Map、WeakMap
ES6基础语法
【Untitled】
学习总结week3_4类与对象
1.3 mysql batch insert data
2022牛客多校第四场C.Easy Counting Problem(EGF+NTT)
redis复制机制
Opencv中,imag=cv2.cvtColor(imag,cv2.COLOR_BGR2GRAY) 报错:error:!_src.empty() in function ‘cv::cvtColor‘
day12函数进阶作业
有用番茄来监督自己的同道中人吗?加一下我的自习室,一起加油
【过一下12】整整一星期没记录
[Go through 3] Convolution & Image Noise & Edge & Texture
[Redis] Resid的删除策略
Flink accumulator Counter 累加器 和 计数器
"PHP8 Beginner's Guide" A brief introduction to PHP
软件设计 实验四 桥接模式实验