From 996206735df06887e3f3e453797b1289a2a793e7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 25 四月 2026 10:21:31 +0800
Subject: [PATCH] 青岛维护

---
 src/views/business/ethicalReview/index.vue |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/views/business/ethicalReview/index.vue b/src/views/business/ethicalReview/index.vue
index 73029df..bcf7e58 100644
--- a/src/views/business/ethicalReview/index.vue
+++ b/src/views/business/ethicalReview/index.vue
@@ -192,7 +192,14 @@
           align="center"
           prop="expertConclusion"
           width="120"
-        />
+        >
+          <template slot-scope="scope">
+            <dict-tag
+              :options="dict.type.expert_Conclusion"
+              :value="scope.row.expertConclusion"
+            />
+          </template>
+        </el-table-column>
         <el-table-column
           label="涓撳鎰忚"
           align="center"
@@ -273,7 +280,7 @@
 export default {
   name: "EthicsReviewList",
   components: { Pagination },
-  dicts: ["sys_user_sex", "sys_ethical"],
+  dicts: ["sys_user_sex", "sys_ethical",'expert_Conclusion'],
   data() {
     return {
       // 閬僵灞�
@@ -361,7 +368,7 @@
     handleView(row) {
       this.$router.push({
         path: "/case/ethicalReviewInfo",
-        query: { infoid: row.infoid }
+        query: { infoid: row.infoid,id:row.id }
       });
     },
     // 鏂板鎸夐挳鎿嶄綔
@@ -373,7 +380,7 @@
       const infoid = row.infoid;
       this.$router.push({
         path: "/case/ethicalReviewInfo",
-        query: { infoid: infoid }
+        query: { infoid: infoid,id:row.id }
       });
     },
     // 缁撴潫瀹℃煡鎿嶄綔

--
Gitblit v1.9.3