Commit 01f1566c by caoyanzhi

fix: 修复卡券列表-新建卡券中选择卡券的弹窗分页器显示bug

parent 180c2170
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<el-table-column prop="getedQuantity" label="领取次数" show-overflow-tooltip> </el-table-column> <el-table-column prop="getedQuantity" label="领取次数" show-overflow-tooltip> </el-table-column>
</el-table> </el-table>
<div class="block common-wrap__page text-right m-t-24" v-if="tableData.length != 0"> <div class="block common-wrap__page text-right m-t-24" v-if="tableData.length != 0">
<dm-pagination background @current-change="handleCurrentChange" :current-page="currentPage" :page-size="pageSize" layout=" prev, pager, next" :total="total"> </dm-pagination> <dm-pagination background @current-change="handleCurrentChange" :page-sizes="[6]" :current-page="currentPage" :page-size="pageSize" layout=" prev, pager, next" :total="total"> </dm-pagination>
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer m-b-20"> <div slot="footer" class="dialog-footer m-b-20">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment