Commit 443dfcbb by caoyanzhi

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

parents f1fc9707 561d191b
......@@ -23,7 +23,7 @@
</el-table-column>
<el-table-column prop="failReasonDescription" label="原因" show-overflow-tooltip> </el-table-column>
</el-table>
<el-pagination background layout="prev, pager, next" :total="total" style="text-align:right;" @current-change="handlePageChange"> </el-pagination>
<el-pagination background layout="prev, pager, next" :total="total" :page-size="pageParams.pageSize" style="text-align:right;" @current-change="handlePageChange"> </el-pagination>
</div>
</el-dialog>
</template>
......
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