From 2698387e653c6a25059c3ae9976f18b814eba892 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 15:16:46 +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