|
@@ -13,14 +13,13 @@
|
|
|
<div style="display:flex;justify-content:space-between;align-items:center;margin-top:10px">
|
|
<div style="display:flex;justify-content:space-between;align-items:center;margin-top:10px">
|
|
|
<span>已添加产品数:{{addProductLength}}</span>
|
|
<span>已添加产品数:{{addProductLength}}</span>
|
|
|
<el-pagination
|
|
<el-pagination
|
|
|
- style="display:inline-block"
|
|
|
|
|
background
|
|
background
|
|
|
- small
|
|
|
|
|
@size-change="handleSizeChange"
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="params.content.pageNumber"
|
|
:current-page="params.content.pageNumber"
|
|
|
:page-sizes="[20, 50, 100, 200]"
|
|
:page-sizes="[20, 50, 100, 200]"
|
|
|
- layout="total, prev, pager, next, jumper"
|
|
|
|
|
|
|
+ :page-size="100"
|
|
|
|
|
+ layout="total,sizes, prev, pager, next, jumper"
|
|
|
:total="total">
|
|
:total="total">
|
|
|
</el-pagination>
|
|
</el-pagination>
|
|
|
</div>
|
|
</div>
|