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) }}
+
+