qx
2025-03-26 155a30a172e4cf04838dcf7c8bb73ce6b200e574
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 "";