From 69a56969fe9ee4084a03f88a5c93123587b1df65 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 13:43:06 +0800
Subject: [PATCH] 档案管理

---
 src/views/project/components/fundsummary/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/project/components/fundsummary/index.vue b/src/views/project/components/fundsummary/index.vue
index b2499ee..4911f64 100644
--- a/src/views/project/components/fundsummary/index.vue
+++ b/src/views/project/components/fundsummary/index.vue
@@ -54,8 +54,6 @@
 </template>
 
 <script>
-//杩欓噷鍙互瀵煎叆鍏朵粬鏂囦欢锛堟瘮濡傦細缁勪欢锛屽伐鍏穓s锛岀涓夋柟鎻掍欢js锛宩son鏂囦欢锛屽浘鐗囨枃浠剁瓑绛夛級
-//渚嬪锛歩mport 銆婄粍浠跺悕绉般�� 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);

--
Gitblit v1.9.3