diff --git a/src/views/trials/trials-inspection/components/add-trials-list.vue b/src/views/trials/trials-inspection/components/add-trials-list.vue
index ddd420a..6106018 100644
--- a/src/views/trials/trials-inspection/components/add-trials-list.vue
+++ b/src/views/trials/trials-inspection/components/add-trials-list.vue
@@ -53,7 +53,7 @@
:label="
item.ShortName || item.Sex
? `${item.SubjectCode}(${item.ShortName},${
- item.Sex ? $fd('sex', item.Sex) : ''
+ item.Sex ? $fd('Sex', item.Sex) : ''
})`
: item.SubjectCode
"
diff --git a/src/views/trials/trials-inspection/components/research-trials-list.vue b/src/views/trials/trials-inspection/components/research-trials-list.vue
index 7d3c4b7..54ba4a5 100644
--- a/src/views/trials/trials-inspection/components/research-trials-list.vue
+++ b/src/views/trials/trials-inspection/components/research-trials-list.vue
@@ -90,7 +90,7 @@
sortable
>
- {{ $fd("sex", scope.row.Sex) }}
+ {{ $fd("Sex", scope.row.Sex) }}
diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue
index ec06d34..53079ef 100644
--- a/src/views/trials/trials-inspection/index.vue
+++ b/src/views/trials/trials-inspection/index.vue
@@ -147,7 +147,7 @@
sortable="custom"
>
- {{ $fd("sex", scope.row.PatientSex) }}
+ {{ $fd("Sex", scope.row.PatientSex) }}
diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue
index bfa762f..e1e27f5 100644
--- a/src/views/trials/trials-panel/hirVisit/index.vue
+++ b/src/views/trials/trials-panel/hirVisit/index.vue
@@ -36,7 +36,7 @@
style="width: 150px"
>
- {{ $fd('sex', 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 06ddaa5..c5ba047 100644
--- a/src/views/trials/trials-panel/study/components/list.vue
+++ b/src/views/trials/trials-panel/study/components/list.vue
@@ -23,7 +23,7 @@
- {{ $fd("sex", scope.row.SubjectSex) }}
+ {{ $fd("Sex", scope.row.SubjectSex) }}
diff --git a/src/views/trials/trials-panel/study/components/not-bind-study.vue b/src/views/trials/trials-panel/study/components/not-bind-study.vue
index 229de91..c5a2cdc 100644
--- a/src/views/trials/trials-panel/study/components/not-bind-study.vue
+++ b/src/views/trials/trials-panel/study/components/not-bind-study.vue
@@ -15,7 +15,7 @@
- {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+ {{ $fd("Sex", Number(scope.row.SubjectSex)) }}
diff --git a/src/views/trials/trials-panel/subject/subject-list/components/SubjectsForm.vue b/src/views/trials/trials-panel/subject/subject-list/components/SubjectsForm.vue
index 19e20a8..0a48a17 100644
--- a/src/views/trials/trials-panel/subject/subject-list/components/SubjectsForm.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/components/SubjectsForm.vue
@@ -28,7 +28,7 @@
- {{ $fd("sex", scope.row.PatientSex) }}
+ {{ $fd("Sex", scope.row.PatientSex) }}
diff --git a/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue b/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue
index 8efa50d..c5faf45 100644
--- a/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue
@@ -48,7 +48,7 @@
sortable="custom"
>
- {{ $fd("sex", scope.row.PatientSex) }}
+ {{ $fd("Sex", scope.row.PatientSex) }}
diff --git a/src/views/trials/trials-panel/subject/subject-list/index.vue b/src/views/trials/trials-panel/subject/subject-list/index.vue
index 0222883..9f05123 100644
--- a/src/views/trials/trials-panel/subject/subject-list/index.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/index.vue
@@ -32,7 +32,7 @@
style="width: 130px"
>
- {{ $fd("sex", scope.row.Sex) }}
+ {{ $fd("Sex", scope.row.Sex) }}