qx
qx
2025-03-14 52bcb910746e14555a9cb6b36ceada06c5587bca
qx
2个文件已修改
7 ■■■■■ 已修改文件
src/views/doctor/check/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue
@@ -287,7 +287,7 @@
                          " @focus="handleFocus(scope.row)" @blur="handleInputConfirm(scope.row)"
                        @input="vale"></el-input> -->
                    <template slot-scope="{ row, $index }">
                      <el-input v-model="row.name" :ref="`input-${$index}`"
                      <el-input  type="textarea" autosize size="mini" v-model="row.proResult" :ref="`input-${$index}`"
                        @keyup.enter.native="keyInputConfirm($event, $index)" @focus="handleFocus(row)"
                        @blur="handleInputConfirm(row)" @input="vale"></el-input>
                    </template>
@@ -427,7 +427,7 @@
                  <el-table-column prop="proResult" label="检测结果" width="150">
                    <!-- slot-scope="scope" -->
                    <template slot-scope="{ row, $index }">
                      <el-input v-model="row.name" :ref="`input-${$index}`"
                      <el-input  type="textarea" autosize size="mini" v-model="row.proResult" :ref="`input-${$index}`"
                        @keyup.enter.native="keyInputConfirm($event, $index)" @focus="handleFocus(row)"
                        @blur="handleInputConfirm(row)" @input="vale"></el-input>
@@ -919,7 +919,6 @@
      radio: "",
      nums: "",
      proParentList: [],
      inputDoms: [],
      tjNumber: "",
      // 全部小结
      DeptadviceAll: [],
src/views/system/tijian/index.vue
@@ -1240,7 +1240,7 @@
          this.form.firmId = "";
        }
        if (this.form.firmId) {
          this.form.tjType = "1";
          this.form.tjType = this.dict.type.dict_team[2].value;
        }
      }
    },