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 ++++++++++++--
 src/components/public/index.vue  |    6 +++++-
 src/ltkj_peisapp                 |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/src/components/public/index.vue b/src/components/public/index.vue
index 71c2e2c..1bd5508 100644
--- a/src/components/public/index.vue
+++ b/src/components/public/index.vue
@@ -175,7 +175,11 @@
             this.list = selection
             this.form.desc = ""
             this.list.forEach(element => {
-                this.form.desc += element.bingzhong + ","
+                if( element.bingzhong){
+this.form.desc += element.bingzhong + ","
+                }else{
+                    this.form.desc += element.ruleStr + ","
+                }
             });
         },
         handleOk() {
diff --git a/src/ltkj_peisapp b/src/ltkj_peisapp
new file mode 160000
index 0000000..184a7b7
--- /dev/null
+++ b/src/ltkj_peisapp
@@ -1 +1 @@
-Subproject commit 0000000000000000000000000000000000000000
+Subproject commit 184a7b7913178e43a0de7a442593ef0551daa7dc
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