From 002f765b0cc29ce75e6c6a965d2011c27bcc254b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 25 四月 2026 10:25:13 +0800
Subject: [PATCH] Merge branch 'QD-opo' of http://116.62.18.175:6699/r/~yxh/opo-web into QD-opo

---
 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