From 3eceda186bc2fe136d1402926552eb85a3335b07 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 13 五月 2026 09:46:54 +0800
Subject: [PATCH] 维护

---
 src/views/project/DonationProcess/index.vue |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/src/views/project/DonationProcess/index.vue b/src/views/project/DonationProcess/index.vue
index 451ca73..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">
@@ -396,7 +401,12 @@
   components: {
     TerminateRestoreModal
   },
-  dicts: ["sys_donornode",'sys_BloodType', "sys_EthicalReview", "sys_BaseAssessConclusion"],
+  dicts: [
+    "sys_donornode",
+    "sys_BloodType",
+    "sys_EthicalReview",
+    "sys_BaseAssessConclusion"
+  ],
   data() {
     return {
       loading: false,
@@ -458,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);
@@ -593,8 +602,10 @@
 
     /** 鏌ョ湅璇︽儏 */
     handleDetail(row) {
-      this.currentRecord = { ...row };
-      this.detailVisible = true;
+      this.$router.push({
+        path: "/case/course",
+        query: { id: row.id, organType: "edit" }
+      });
     },
 
     /** 缁堟鎿嶄綔 */

--
Gitblit v1.9.3