|
@@ -72,10 +72,9 @@
|
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page.sync="currentPage"
|
|
|
- :page-sizes="[10, 20, 30, 40]"
|
|
|
:page-size.sync="limit"
|
|
|
background
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ layout="total, prev, pager, next, jumper"
|
|
|
:total="total"
|
|
|
>
|
|
|
</el-pagination>
|