diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/curriculumVitae/index.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/curriculumVitae/index.vue
index 49326959..17f67617 100644
--- a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/curriculumVitae/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/curriculumVitae/index.vue
@@ -7,129 +7,67 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
{{ $t('common:button:search') }}
-
+
{{ $t('common:button:reset') }}
-
+
-
+
{{ isEN ? scope.row.BlindName : scope.row.BlindNameCN }}
-
-
+
+
{{
scope.row.SpecialityId === otherId
? scope.row.SpecialityOther
: isEN
- ? scope.row.Speciality
- : scope.row.SpecialityCN
+ ? scope.row.Speciality
+ : scope.row.SpecialityCN
}}
-
+
{{
@@ -147,52 +85,29 @@
-
+
{{ isEN ? scope.row.HospitalName : scope.row.HospitalNameCN }}
-
+
-
+
-
+
@@ -336,38 +251,44 @@ export default {
])
},
TITLE() {
- return `${this.$fd('ArchiveType', this.ArchiveTypeEnum)} — ${
- this.isEN ? this.rowData.Name : this.rowData.NameCN
- }`
+ return `${this.$fd('ArchiveType', this.ArchiveTypeEnum)} — ${this.isEN ? this.rowData.Name : this.rowData.NameCN
+ }`
},
},
}
-