Commit 987f9c2e by caoyanzhi

Merge branch 'bugfix/卡券列表-新建卡券中选择卡券的弹窗分页器显示bug' into dev

parents f030d485 01f1566c
......@@ -56,7 +56,7 @@
<el-table-column prop="getedQuantity" label="领取次数" show-overflow-tooltip> </el-table-column>
</el-table>
<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 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