This commit is contained in:
熊成强 2020-11-05 09:14:25 +08:00
parent 87c72a8871
commit 46f4d27f71
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@
<div class="footer"> <div class="footer">
<el-pagination <el-pagination
small small
:hide-on-single-page="true"
@current-change="handleChangePage" @current-change="handleChangePage"
layout="prev, pager, next" layout="prev, pager, next"
:page-size.sync='params.pageSize' :page-size.sync='params.pageSize'

View File

@ -57,6 +57,7 @@
<div class="footer"> <div class="footer">
<el-pagination <el-pagination
small small
:hide-on-single-page="true"
@current-change="handleChangePage" @current-change="handleChangePage"
layout="prev, pager, next" layout="prev, pager, next"
:page-size.sync='params.pageSize' :page-size.sync='params.pageSize'