diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue
index ccadce0..0677c67 100644
--- a/src/views/trials/trials-panel/hirVisit/index.vue
+++ b/src/views/trials/trials-panel/hirVisit/index.vue
@@ -153,7 +153,7 @@
sortable="custom"
>
- {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+ {{ $fd("sex", scope.row.SubjectSex) }}
diff --git a/src/views/trials/trials-panel/study/components/list.vue b/src/views/trials/trials-panel/study/components/list.vue
index 9fdbf08..4dbe9f3 100644
--- a/src/views/trials/trials-panel/study/components/list.vue
+++ b/src/views/trials/trials-panel/study/components/list.vue
@@ -120,7 +120,7 @@
min-width="100"
>
- {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+ {{ $fd("sex", scope.row.SubjectSex) }}