11
WXL
3 天以前 a17d5d176d48f762ffd766fe2c39e6da716a97fa
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);