qx
qx
2025-03-12 c140987b3ef6fd47e3b795fc3a2c6f880f49f9c2
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>
@@ -592,7 +592,7 @@
                        autosize
                        v-model="scope.row.conclusion"
                        autocomplete="off"
                        placeholder="请输入检测结果"
                        placeholder="请输入结果结论"
                        disabled
                      ></el-input>
                    </template>
@@ -1221,6 +1221,7 @@
          <div class="tab8">
            <div class="tab3">
              <el-form
              @submit.native.prevent
                :model="queryParam1"
                ref="tableList"
                :inline="true"
@@ -1583,8 +1584,9 @@
      } else {
        this.curindex = row;
        this.$refs.bbb.title = "选择检测结果";
        this.$refs.bbb.proId = row.proId;
        this.$refs.bbb.getList();
        // this.$refs.bbb.proId = row.proId;
        this.$refs.bbb.open = true;
        this.$refs.bbb.getList(this.curindex);
      }
    },
    handleChangesZt(params) {
@@ -1802,6 +1804,15 @@
      // })
    },
    changDesc(item){
      console.log(item)
      if(item.exceptionDesc == true){
        item.conclusion = "异常"
      }else{
         item.conclusion = "正常"
      }
    },
    myclass(row, column, rowIndex, columnIndex) {
      if (row.row.isPositive == 1) {
        return "setclass";