病例库-分享-问题修改

main
ysn 3 days ago
parent 224965c774
commit fc48b75058
  1. 2
      src/views/cases/detail.vue

@ -1100,7 +1100,7 @@ export default {
name: this.form.patient_name || "", name: this.form.patient_name || "",
report_id: this.form.id, report_id: this.form.id,
sex: this.form.patient_sex sex: this.form.patient_sex
? patientSexList.find((i) => i.value == this.form.patient_sex) ? this.patientSexList.find((i) => i.value == this.form.patient_sex)
.label || "" .label || ""
: "", : "",
status: status:

Loading…
Cancel
Save