|
|
|
@ -106,8 +106,8 @@ |
|
|
|
<el-table-column prop="freeGold" label="免费金币" sortable="custom" width="110px"> |
|
|
|
<template #default="scope">{{ (scope.row.freeGold) / 100 }}</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="remark" label="备注" width="200px" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="payModel" label="支付方式" width="110px" /> |
|
|
|
<el-table-column prop="remark" label="备注" width="180px" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="payModel" label="支付方式" width="130px" /> |
|
|
|
<el-table-column prop="voucher" label="支付凭证" width="110px"> |
|
|
|
<template #default="scope"> |
|
|
|
<div v-if="scope.row.voucher" |
|
|
|
@ -169,7 +169,7 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="pagination"> |
|
|
|
<el-pagination :page-size="getObj.pageSize" :page-sizes="[5, 10, 20, 50, 100]" |
|
|
|
<el-pagination background :page-size="getObj.pageSize" :page-sizes="[5, 10, 20, 50, 100]" |
|
|
|
layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handlePagination('size', $event)" |
|
|
|
@current-change="handlePagination('page', $event)"></el-pagination> |
|
|
|
</div> |
|
|
|
@ -770,7 +770,7 @@ onMounted(async function () { |
|
|
|
<style scoped lang="scss"> |
|
|
|
.pagination { |
|
|
|
display: flex; |
|
|
|
margin-top: 0.5vh; |
|
|
|
margin-top: 1vh; |
|
|
|
} |
|
|
|
|
|
|
|
.operation { |
|
|
|
|