Browse Source

修复未认领金额合计为0

wucl 5 tháng trước cách đây
mục cha
commit
5aa7d1ccec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/finance/fundList.vue

+ 1 - 1
src/views/finance/fundList.vue

@@ -147,7 +147,7 @@
             </el-table-column>
             <el-table-column label="未认领(元)" align="center" prop="notClaimAmount">
               <template slot-scope="{row}">
-                <span style="color:red">{{ row.amount-row.claimAmount }}</span>
+                <span style="color:red">{{ row.notClaimAmount}}</span>
               </template>
             </el-table-column>
             <el-table-column label="认领人" align="center" prop="claimUser">