qX
qx
2025-03-21 d86ca4c86a8c958eff08deb8b8f86cc668b57b06
src/views/doctor/check/index.vue
@@ -1121,6 +1121,18 @@
      this.handleInputConfirm(this.curindex, params);
    },
      handleChanges(param1, param2) {
      this.row.conclusion = param1;
      this.row.rulesList = param2;
    },
    handleguize(row) {
      this.row = row;
      this.$refs.aaa.open = true;
      this.$refs.aaa.title = "诊断结果结论";
      this.$refs.aaa.getList(this.row);
    },
    tableRowClassName({ row }) {
      if (row.exceptionDesc) return "warning-row";
      return "";