qx
qx
2025-03-07 a47a39b24041ad13c7d30ccc11df96d9387c77dc
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>
@@ -1789,6 +1789,16 @@
    handleClose() {
      this.$tab.refreshPage();
    },
    changDesc(item){
      console.log(item)
      if(item.exceptionDesc == true){
        item.conclusion = "异常"
      }else{
         item.conclusion = "正常"
      }
    },
    handleClose1() {
      this.jianqians = false;
    },