From fc48b750584cfeec7cb8799a7ffe7dbea5683ab8 Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Thu, 18 Jun 2026 17:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E4=BE=8B=E5=BA=93-=E5=88=86=E4=BA=AB-?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cases/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/cases/detail.vue b/src/views/cases/detail.vue index e7e433b..cc58a36 100644 --- a/src/views/cases/detail.vue +++ b/src/views/cases/detail.vue @@ -1100,7 +1100,7 @@ export default { name: this.form.patient_name || "", report_id: this.form.id, 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 || "" : "", status: