数据报表添加字段

This commit is contained in:
duan 2024-06-21 17:48:39 +08:00
parent 15b9dddc4c
commit 83658f712c
1 changed files with 5 additions and 0 deletions

View File

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