Explorar o código

feat: 家庭成员列表「爱心值」列改为展示余额

Developer hai 4 días
pai
achega
1f7aff528b
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      dist.zip
  2. 2 2
      src/views/modules/member/components/familyMember.vue

BIN=BIN
dist.zip


+ 2 - 2
src/views/modules/member/components/familyMember.vue

@@ -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>