From a47a39b24041ad13c7d30ccc11df96d9387c77dc Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 07 三月 2025 14:25:03 +0800
Subject: [PATCH] qx

---
 src/views/doctor/check/index.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 41655ef..73c0326 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -555,7 +555,7 @@
                   >
                     <template slot-scope="scope">
                       <el-checkbox
-                        v-model="scope.row.exceptionDesc"
+                        v-model="scope.row.exceptionDesc"  @change="changDesc(scope.row)"
                       ></el-checkbox>
                     </template>
                   </el-table-column>
@@ -851,7 +851,7 @@
                   >
                     <template slot-scope="scope">
                       <el-checkbox
-                        v-model="scope.row.exceptionDesc"
+                        v-model="scope.row.exceptionDesc" 
                       ></el-checkbox>
                     </template>
                   </el-table-column>
@@ -1789,6 +1789,16 @@
     handleClose() {
       this.$tab.refreshPage();
     },
+
+    
+    changDesc(item){
+      console.log(item)
+      if(item.exceptionDesc == true){
+        item.conclusion = "寮傚父"
+      }else{
+         item.conclusion = "姝e父"
+      }
+    },
     handleClose1() {
       this.jianqians = false;
     },

--
Gitblit v1.8.0