From e15d032770157952bab8d9b15177ac03d736851c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 17:34:53 +0800
Subject: [PATCH] 医疗信息

---
 src/views/business/ethicalReview/index.vue |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/src/views/business/ethicalReview/index.vue b/src/views/business/ethicalReview/index.vue
index e0cb1be..bcf7e58 100644
--- a/src/views/business/ethicalReview/index.vue
+++ b/src/views/business/ethicalReview/index.vue
@@ -75,16 +75,16 @@
     <el-card class="tool-card">
       <el-row :gutter="10">
         <el-col :span="16">
-          <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
+          <!-- <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
             >鏂板缓瀹℃煡</el-button
-          >
-          <el-button
+          > -->
+          <!-- <el-button
             type="success"
             icon="el-icon-edit"
             :disabled="single"
             @click="handleUpdate"
             >淇敼</el-button
-          >
+          > -->
           <el-button
             type="warning"
             icon="el-icon-download"
@@ -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: { id: row.infoid }
+        query: { infoid: row.infoid,id:row.id }
       });
     },
     // 鏂板鎸夐挳鎿嶄綔
@@ -370,10 +377,10 @@
     },
     // 淇敼鎸夐挳鎿嶄綔
     handleUpdate(row) {
-      const id = row.infoid || this.ids[0];
+      const infoid = row.infoid;
       this.$router.push({
         path: "/case/ethicalReviewInfo",
-        query: { id: id }
+        query: { infoid: infoid,id:row.id }
       });
     },
     // 缁撴潫瀹℃煡鎿嶄綔

--
Gitblit v1.9.3