From dc082351978a1e9f75d7a1471a0ca7ebeac552a5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 01 六月 2026 11:07:50 +0800
Subject: [PATCH] opo维护

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

diff --git a/src/views/project/DonationProcess/index.vue b/src/views/project/DonationProcess/index.vue
index da4d64d..4fa2c40 100644
--- a/src/views/project/DonationProcess/index.vue
+++ b/src/views/project/DonationProcess/index.vue
@@ -195,12 +195,13 @@
           />
         </template>
       </el-table-column>
-      <el-table-column
-        label="浼犳煋鐥�"
-        align="center"
-        prop="infectious"
-        width="180"
-      />
+       <el-table-column label="浼犳煋鐥�" align="center" prop="infectious">
+        <template slot-scope="scope">
+          <span v-for="item in scope.row.infectious.split(',')"
+            ><dict-tag :options="dict.type.sys_Infectious" :value="item" />
+          </span>
+        </template>
+      </el-table-column>
 
       <el-table-column
         label="棣栬瘖鍖婚櫌"
@@ -405,6 +406,7 @@
     "sys_donornode",
     "sys_BloodType",
     "sys_EthicalReview",
+    'sys_Infectious',
     "sys_BaseAssessConclusion"
   ],
   data() {

--
Gitblit v1.9.3