refactor: 修改分页展示数为5,避免小屏下页数太多无法显示总数的问题

--bug=1013609 --user=刘瑞斌 【我的工作台】我的仪表盘-我的待办-每页设置显示5/10/20条,总条数显示不全 https://www.tapd.cn/55049933/s/1169747
This commit is contained in:
CaptainB 2022-05-31 15:45:05 +08:00 committed by f2c-ci-robot[bot]
parent 515ed77aca
commit 8ec6e8cf43
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="table-page">
<el-pagination
background
pager-count="5"
:pager-count="5"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="currentPage"