|
|
@@ -21,6 +21,9 @@
|
|
|
<el-table-column label="爱心值余额">
|
|
|
<template slot-scope="scope">{{ scope.row.loveValueBalance || 0 }}</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="累计已使用爱心值">
|
|
|
+ <template slot-scope="scope">{{ scope.row.loveValue || 0 }}</template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="xxx" label="义工时长">
|
|
|
<template slot-scope="scope">{{ scope.row.volunteerHours||0 }}h</template>
|
|
|
</el-table-column>
|