Explorar el Código

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

Developer hace 4 días
padre
commit
1f7aff528b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. BIN
      dist.zip
  2. 2 2
      src/views/modules/member/components/familyMember.vue

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>