src/views/project/components/fundsummary/index.vue
@@ -54,8 +54,6 @@ </template> <script> //这里可以导入其他文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等) //例如:import 《组件名称》 from '《组件路径》'; import { getDonationCost, exportFundCost } from "@/api/project/financesubject"; export default { name: "fundsummary", @@ -921,7 +919,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);