Skip to content

Commit 46b94ae

Browse files
committed
feat: pagination
1 parent 4d4f884 commit 46b94ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/system/notice/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
<el-pagination
3333
:current-page="queryParms.pageNo"
3434
:page-size="queryParms.pageSize"
35-
layout="total, prev, pager, next"
35+
:page-sizes="[10, 20, 30, 50, 100]"
36+
layout="total, sizes, prev, pager, next, jumper"
3637
:total="tableTotal"
3738
@size-change="getList"
3839
@current-change="getList"

0 commit comments

Comments
 (0)