数据报表,充值和支付金额
This commit is contained in:
parent
eba0939005
commit
0392fc7d25
|
|
@ -81,6 +81,16 @@
|
||||||
¥{{ scope.row.cash }}
|
¥{{ scope.row.cash }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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>
|
||||||
<el-table :data="tableData.data" v-loading="tableData.loading" v-if="orderType == 2">
|
<el-table :data="tableData.data" v-loading="tableData.loading" v-if="orderType == 2">
|
||||||
<el-table-column label="商品名称" prop="productName"></el-table-column>
|
<el-table-column label="商品名称" prop="productName"></el-table-column>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue