Commit 60b00124 by chenyu

update: 分页

parent 100f82c6
......@@ -223,9 +223,9 @@
background
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="currentPage"
:current-page="pageParam.currentPage"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageSize"
:page-size="pageParam.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment