11
yxh
2023-09-14 d590567cd0a27825f0a948979c6d4da853ad5f16
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;
        }