From c8e9849cb5f24848df0174c13bfbbff37bb08a5a Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:30 +0800
Subject: [PATCH] 维护

---
 src/views/project/donatebaseinfo/index.vue |   54 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue
index 63e3fca..7fd434e 100644
--- a/src/views/project/donatebaseinfo/index.vue
+++ b/src/views/project/donatebaseinfo/index.vue
@@ -90,16 +90,13 @@
       :default-sort="{ prop: 'donatetime', order: 'descending' }"
     >
       <el-table-column label="濮撳悕" align="center" prop="name" width="100" />
+
       <el-table-column
-        label="妗堜緥鏃堕棿"
+        label="鎹愮尞缂栧彿"
         align="center"
-        prop="donatetime"
-        width="100"
-      >
-        <template slot-scope="scope">
-          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
-        </template>
-      </el-table-column>
+        prop="caseNo"
+        width="200"
+      />
       <el-table-column
         label="浣忛櫌鍙�"
         align="center"
@@ -120,19 +117,6 @@
             />
           </div>
           <div v-else><el-button type="danger" plain>浠诲姟缁堟</el-button></div>
-        </template>
-      </el-table-column>
-      <el-table-column
-        label="鎹愮尞绫诲埆"
-        align="center"
-        prop="donationcategory"
-        width="150"
-      >
-        <template slot-scope="scope">
-          <dict-tag
-            :options="dict.type.sys_DonationCategory"
-            :value="scope.row.donationcategory"
-          />
         </template>
       </el-table-column>
 
@@ -159,12 +143,12 @@
           }}
         </template>
       </el-table-column>
-      <el-table-column
+      <!-- <el-table-column
         label="GCS璇勫垎"
         align="center"
         prop="gcsScore"
         width="100"
-      />
+      /> -->
       <el-table-column label="琛�鍨�" align="center" prop="bloodtype" width="100">
         <template slot-scope="scope">
           <dict-tag
@@ -173,7 +157,19 @@
           />
         </template>
       </el-table-column>
-
+      <el-table-column
+        label="鎹愮尞绫诲埆"
+        align="center"
+        prop="donationcategory"
+        width="150"
+      >
+        <template slot-scope="scope">
+          <dict-tag
+            :options="dict.type.sys_DonationCategory"
+            :value="scope.row.donationcategory"
+          />
+        </template>
+      </el-table-column>
       <el-table-column label="浼犳煋鐥�" align="center" prop="infectious">
         <template slot-scope="scope">
           <span v-for="item in scope.row.infectious.split(',')"
@@ -189,6 +185,16 @@
         width="100"
       />
       <el-table-column
+        label="涓婃姤鏃堕棿"
+        align="center"
+        prop="donatetime"
+        width="100"
+      >
+        <template slot-scope="scope">
+          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
+        </template>
+      </el-table-column>
+      <el-table-column
         label="鎿嶄綔"
         width="220"
         align="center"

--
Gitblit v1.9.3