src/views/project/fund/applyDetail/index.vue
@@ -810,7 +810,11 @@ rowfeeItemTypes: [], //费用说明 <<<<<<< Updated upstream feeBlocks: [], ======= feeBlockList: [], >>>>>>> Stashed changes fundflowList: [], // 随机数 @@ -1875,7 +1879,7 @@ //合计费用 selectamount(row) { this.rowfeeblocks.forEach((item, i) => { this.feeBlockList.forEach((item, i) => { if (item.expense === row.amount) { row.remark = item.expensedescribe; }