From e523e1d0a50494056ff505105837b6287df64c1b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 28 Nov 2024 09:38:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E5=88=AB=E5=AD=97=E5=85=B8=E5=8F=98?=
=?UTF-8?q?=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-inspection/components/add-trials-list.vue | 2 +-
.../trials-inspection/components/research-trials-list.vue | 2 +-
src/views/trials/trials-inspection/index.vue | 2 +-
src/views/trials/trials-panel/hirVisit/index.vue | 4 ++--
src/views/trials/trials-panel/study/components/list.vue | 4 ++--
.../trials/trials-panel/study/components/not-bind-study.vue | 4 ++--
.../subject/subject-list/components/SubjectsForm.vue | 2 +-
.../subject/subject-list/components/add-subject.vue | 2 +-
.../subject/subject-list/components/patient-list.vue | 2 +-
.../subject/subject-list/components/patient-study-list.vue | 2 +-
src/views/trials/trials-panel/subject/subject-list/index.vue | 4 ++--
11 files changed, 15 insertions(+), 15 deletions(-)
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) }}