- Download
+ {{$t('resumeInfo:button:Download')}}
-
-
+
+
-
+
- View
+ {{$t('resumeInfo:button:view')}}
@@ -163,7 +163,7 @@ export default {
preview(index, row) {
const filePath = row.FullPath
if (filePath) {
- window.open(filePath, '_blank')
+ window.open(this.OSSclientConfig.basePath + filePath, '_blank')
}
},
selectMore(val) {
diff --git a/src/views/resumeInfo/components/EducationTraining.vue b/src/views/resumeInfo/components/EducationTraining.vue
index 98d6adaa..c44639c5 100644
--- a/src/views/resumeInfo/components/EducationTraining.vue
+++ b/src/views/resumeInfo/components/EducationTraining.vue
@@ -5,27 +5,27 @@
-
+
-
+
{{ isEnglish?scope.row.Degree:scope.row.DegreeCN }}
-
+
{{ isEnglish?scope.row.Major:scope.row.MajorCN }}
@@ -34,7 +34,7 @@
@@ -44,7 +44,7 @@
-
+
{{ isEnglish?scope.row.City:scope.row.CityCN }}
@@ -53,7 +53,7 @@
@@ -63,7 +63,7 @@
-
+
{{ isEnglish?scope.row.Country:scope.row.CountryCN }}
@@ -72,25 +72,25 @@
- Postgraduate Training (in chronological order)
+ {{$t('resumeInfo:label:PostgraduateTraining')}}
-
+
-
+
{{ isEnglish?scope.row.Training:scope.row.TrainingCN }}
@@ -99,7 +99,7 @@
@@ -110,21 +110,21 @@
-
+
{{ isEnglish?scope.row.Hospital:scope.row.HospitalCN }}
-
+
{{ isEnglish?scope.row.School:scope.row.SchoolCN }}
-
+
{{ isEnglish?scope.row.City:scope.row.CityCN }}
@@ -133,7 +133,7 @@
@@ -143,7 +143,7 @@
-
+
{{ isEnglish?scope.row.Country:scope.row.CountryCN }}
diff --git a/src/views/resumeInfo/components/Employment.vue b/src/views/resumeInfo/components/Employment.vue
index f616dbbe..e5261f91 100644
--- a/src/views/resumeInfo/components/Employment.vue
+++ b/src/views/resumeInfo/components/Employment.vue
@@ -3,25 +3,25 @@
-
+
{{ employment.Department }}
{{ employment.DepartmentCN }}
-
+
{{ employment.Rank }}
{{ employment.RankCN }}
-
+
{{ employment.Physician }}
{{ employment.PhysicianCN }}
-
+
{{ employment.Position }}
{{ employment.PositionCN }}
@@ -30,31 +30,31 @@
-
+
{{ employment.HospitalName }}
{{ employment.HospitalNameCN }}
-
+
{{ employment.UniversityAffiliated }}
{{ employment.UniversityAffiliatedCN }}
-
+
{{ employment.City }}
{{ employment.CityCN }}
-
+
{{ employment.Province }}
{{ employment.ProvinceCN }}
-
+
{{ employment.Country }}
{{ employment.CountryCN }}
diff --git a/src/views/resumeInfo/components/ResearchPublication.vue b/src/views/resumeInfo/components/ResearchPublication.vue
index 90ce06e6..1edc1c46 100644
--- a/src/views/resumeInfo/components/ResearchPublication.vue
+++ b/src/views/resumeInfo/components/ResearchPublication.vue
@@ -1,102 +1,102 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/resumeInfo/components/Resume.vue b/src/views/resumeInfo/components/Resume.vue
index 99f28dd6..ab341dd4 100644
--- a/src/views/resumeInfo/components/Resume.vue
+++ b/src/views/resumeInfo/components/Resume.vue
@@ -4,23 +4,23 @@
-
+
@@ -30,13 +30,13 @@
-
+
- Download
+ {{ $t('common:button:download') }}
diff --git a/src/views/resumeInfo/components/Specialty.vue b/src/views/resumeInfo/components/Specialty.vue
index 68bd53ab..47005c24 100644
--- a/src/views/resumeInfo/components/Specialty.vue
+++ b/src/views/resumeInfo/components/Specialty.vue
@@ -1,58 +1,58 @@
-
-
-
-
- {{ specialty.Speciality }}
- {{ specialty.SpecialityCN }}
-
-
-
- {{ specialty.Subspeciality }}
- {{ specialty.SubspecialityCNList }}
-
-
-
- {{ specialty.ReadingType }}
- {{ specialty.ReadingTypeCNList }}
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ specialty.Speciality }}
+ {{ specialty.SpecialityCN }}
+
+
+
+ {{ specialty.Subspeciality }}
+ {{ specialty.SubspecialityCNList }}
+
+
+
+ {{ specialty.ReadingType }}
+ {{ specialty.ReadingTypeCNList }}
+
+
+
+
+
+
+
+
diff --git a/src/views/resumeInfo/components/StatusInfo.vue b/src/views/resumeInfo/components/StatusInfo.vue
index 9ac7760d..6a45be14 100644
--- a/src/views/resumeInfo/components/StatusInfo.vue
+++ b/src/views/resumeInfo/components/StatusInfo.vue
@@ -3,7 +3,7 @@
-
+
-
+
-
+
-
+
{{ holiday }}
Planned Vacation
+ >{{ $t('resumeInfo:label:PlannedVacation') }}
@@ -65,13 +65,13 @@
diff --git a/src/views/resumeInfo/components/TrialExperience.vue b/src/views/resumeInfo/components/TrialExperience.vue
index 35d8ba93..ed8c755d 100644
--- a/src/views/resumeInfo/components/TrialExperience.vue
+++ b/src/views/resumeInfo/components/TrialExperience.vue
@@ -5,11 +5,11 @@
-
-
+
+
@@ -19,20 +19,20 @@
-
+
{{ GCP }}
View
-
+
-
-
-
-
+
+
+
+
+
diff --git a/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue b/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue
index 0f23e768..9f83d822 100644
--- a/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue
@@ -215,7 +215,7 @@ export default {
},
handlePreview(filePath) {
if (filePath) {
- window.open(filePath, '_blank')
+ window.open(this.OSSclientConfig.basePath + filePath, '_blank')
}
},
handleSearch() {
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/previewFiles.vue b/src/views/trials/trials-panel/visit/crc-upload/components/previewFiles.vue
index 5c4faede..fa17ae8c 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/components/previewFiles.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/components/previewFiles.vue
@@ -82,7 +82,7 @@ export default {
},
downLoadFile(filePath) {
if (!filePath) return
- window.open(filePath, '_blank')
+ window.open(this.OSSclientConfig.basePath + filePath, '_blank')
}
}
}
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/previewVisitNoneDicomFiles.vue b/src/views/trials/trials-panel/visit/crc-upload/components/previewVisitNoneDicomFiles.vue
index 3f36ba93..b8c7eef6 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/components/previewVisitNoneDicomFiles.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/components/previewVisitNoneDicomFiles.vue
@@ -74,7 +74,7 @@ export default {
},
downLoadFile(filePath) {
if (!filePath) return
- window.open(filePath, '_blank')
+ window.open(this.OSSclientConfig.basePath + filePath, '_blank')
},
preview(file) {
this.$set(this.fileInfo, 'currentFileType', this.getFileType(file.FileName))