数据报表,充值和支付金额

This commit is contained in:
duan 2024-06-21 14:35:17 +08:00
parent eba0939005
commit 0392fc7d25
1 changed files with 10 additions and 0 deletions

View File

@ -81,6 +81,16 @@
{{ scope.row.cash }}
</template>
</el-table-column>
<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.refund }}
</template>
</el-table-column>
</el-table>
<el-table :data="tableData.data" v-loading="tableData.loading" v-if="orderType == 2">
<el-table-column label="商品名称" prop="productName"></el-table-column>