11
WXL
13 小时以前 72dc0bc085496aeb2c3936a4139546fa3cf4e1d1
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);