|
@@ -35,7 +35,7 @@
|
|
|
@current-change="handleCurrentChange"
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="param.content.pageNumber"
|
|
:current-page="param.content.pageNumber"
|
|
|
:page-sizes="[20, 50, 100, 200]"
|
|
:page-sizes="[20, 50, 100, 200]"
|
|
|
- :layout="`total,${'sizes'}, prev, pager, next, jumper`"
|
|
|
|
|
|
|
+ :layout="fullScroll ? `total, prev, pager, next, jumper` : `total,sizes, prev, pager, next, jumper`"
|
|
|
:total="total">
|
|
:total="total">
|
|
|
</el-pagination>
|
|
</el-pagination>
|
|
|
</div>
|
|
</div>
|