From bb34a67b074d3574289834c77c0e5124e65bf437 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 8 May 2024 15:51:48 +0800
Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../subject/subject-list/components/patient-list.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue b/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
index fd7e8a2..7217076 100644
--- a/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
@@ -117,7 +117,11 @@
:label="$t('trials:trials-myinfo:form:gender')"
show-overflow-tooltip
min-width="140"
- >
+ >
+
+ {{ $fd("sex", scope.row.PatientSex) }}
+
+