数据报表添加字段
This commit is contained in:
@@ -81,6 +81,11 @@
|
|||||||
¥{{ scope.row.cash }}
|
¥{{ scope.row.cash }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<el-table-column label="充值金额" prop="cash">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
¥{{ scope.row.recharge }}
|
¥{{ scope.row.recharge }}
|
||||||
|
|||||||
Reference in New Issue
Block a user