yxh
2025-07-11 02dbbdb1a121e8cadeb64f8770e6a2ba2e595ece
src/views/project/components/fundsummary/index.vue
@@ -921,7 +921,7 @@
            arr.push(resList[i]);
          }
          let arr1 = arr.slice(0, 53);
          let arr1 = arr.slice(0, 53);
          arr1.forEach((item, i) => {
            if (item !== 0) {
              this.fundList[i].amount = item.toFixed(2);