数据报表添加字段
This commit is contained in:
parent
15b9dddc4c
commit
83658f712c
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue