数据报表增加会员充值展示,用户列表增加全部会员数和会员余额展示

This commit is contained in:
2024-07-06 14:48:48 +08:00
parent 57e2eeb66d
commit addb27be82
4 changed files with 56 additions and 12 deletions

View File

@@ -81,11 +81,16 @@
{{ scope.row.cash }}
</template>
</el-table-column>
<el-table-column label="充值金额" prop="cash">
<el-table-column label="会员充值" prop="cash">
<template v-slot="scope">
{{ scope.row.recharge }}
</template>
</el-table-column>
<el-table-column label="会员支付" prop="cash">
<template v-slot="scope">
{{ scope.row.deposit }}
</template>
</el-table-column>
<el-table-column label="退款金额" prop="cash">
<template v-slot="scope">
{{ scope.row.refund }}