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 "";