|
|
@@ -18,8 +18,8 @@
|
|
|
<el-table-column label="所属渠道">
|
|
|
<template slot-scope="scope">{{ scope.row.channelNames || '-' }}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="爱心值">
|
|
|
- <template slot-scope="scope">{{ scope.row.loveValue || 0 }}</template>
|
|
|
+ <el-table-column label="爱心值余额">
|
|
|
+ <template slot-scope="scope">{{ scope.row.loveValueBalance || 0 }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="xxx" label="义工时长">
|
|
|
<template slot-scope="scope">{{ scope.row.volunteerHours||0 }}h</template>
|