From e15d032770157952bab8d9b15177ac03d736851c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 17:34:53 +0800
Subject: [PATCH] 医疗信息

---
 src/views/project/DonationProcess/index.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/project/DonationProcess/index.vue b/src/views/project/DonationProcess/index.vue
index 16c62a1..da4d64d 100644
--- a/src/views/project/DonationProcess/index.vue
+++ b/src/views/project/DonationProcess/index.vue
@@ -172,7 +172,12 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="濮撳悕" align="center" prop="name" width="100" />
+      <el-table-column
+        label="鎹愮尞鑰呭鍚�"
+        align="center"
+        prop="name"
+        width="100"
+      />
 
       <el-table-column label="鎬у埆" align="center" prop="sex" width="80">
         <template slot-scope="scope">
@@ -463,8 +468,7 @@
         this.stats.pendingCount = response.data.terminationCase[0];
         this.stats.approvedCount = response.data.terminationCase[1];
         this.stats.terminatedCount = response.data.terminationCase[2];
-        this.stats.totalCount =
-          response.total - response.data.terminationCase[2];
+        this.stats.totalCount = response.total;
 
         this.allTableData = realData;
         let filteredData = this.applyFrontendFilter(realData);

--
Gitblit v1.9.3