wwl
2025-03-27 af614a3b5383cb9ebf8544fd9c92d9c8d858f01f
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 "";