qx
qx
2025-03-07 a47a39b24041ad13c7d30ccc11df96d9387c77dc
qx
2个文件已修改
1个文件已添加
22 ■■■■ 已修改文件
src/components/public/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/ltkj_peisapp @ 184a7b 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {
src/ltkj_peisapp
New file
@@ -1 +1 @@
Subproject commit 0000000000000000000000000000000000000000
Subproject commit 184a7b7913178e43a0de7a442593ef0551daa7dc
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 = "正常"
      }
    },
    handleClose1() {
      this.jianqians = false;
    },