From c3f0abaca7168f63e2204a7ec7ae69b8b67b84ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 26 Jan 2024 11:04:01 +0800 Subject: [PATCH 1/7] 1 --- .../institutions/components/SiteForm.vue | 15 +- .../components/customSiteForm.vue | 377 +++++++++--------- .../visit/consistency-check/index.vue | 1 + 3 files changed, 208 insertions(+), 185 deletions(-) diff --git a/src/views/dictionary/institutions/components/SiteForm.vue b/src/views/dictionary/institutions/components/SiteForm.vue index 669fdba8..351abb77 100644 --- a/src/views/dictionary/institutions/components/SiteForm.vue +++ b/src/views/dictionary/institutions/components/SiteForm.vue @@ -13,9 +13,14 @@ - + + + + + + @@ -113,6 +118,10 @@ export default { { required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' } ], + SiteNameCN: [ + { required: true, message: 'Please specify', trigger: 'blur' }, + { max: 50, message: 'The maximum length is 50' } + ], SiteCode: [ { required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' } @@ -144,11 +153,13 @@ export default { { max: 50, message: 'The maximum length is 50' } ] }, - loading: false + loading: false, + show: false } }, mounted() { this.initForm() + this.show = process.env.VUE_APP_OSS_PATH === '/usa/dist' }, methods: { handleSave() { diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue index c920885a..03377009 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue @@ -1,183 +1,194 @@ - - + + diff --git a/src/views/trials/trials-panel/visit/consistency-check/index.vue b/src/views/trials/trials-panel/visit/consistency-check/index.vue index 7ea951ae..7a5a659f 100644 --- a/src/views/trials/trials-panel/visit/consistency-check/index.vue +++ b/src/views/trials/trials-panel/visit/consistency-check/index.vue @@ -66,6 +66,7 @@ From fcac89e034f71e52c13c3552e8bae5e036145b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 26 Jan 2024 12:20:03 +0800 Subject: [PATCH 2/7] 1 --- .../blindResumeInfo/components/Agreements.vue | 292 +++++++------- .../components/Credentials.vue | 364 +++++++++--------- .../blindResumeInfo/components/Resume.vue | 196 +++++----- src/views/none-dicom-show/multiple.vue | 2 +- src/views/none-dicom-show/single.vue | 200 +++++----- .../resumeInfo/components/Agreements.vue | 12 +- src/views/resumeInfo/components/BasicInfo.vue | 202 +++++----- src/views/resumeInfo/components/Comment.vue | 96 ++--- .../resumeInfo/components/Credentials.vue | 16 +- .../components/EducationTraining.vue | 40 +- .../resumeInfo/components/Employment.vue | 18 +- .../components/ResearchPublication.vue | 204 +++++----- src/views/resumeInfo/components/Resume.vue | 14 +- src/views/resumeInfo/components/Specialty.vue | 116 +++--- .../resumeInfo/components/StatusInfo.vue | 14 +- .../resumeInfo/components/TrialExperience.vue | 14 +- src/views/resumeInfo/index.vue | 18 +- src/views/trials/trials-notice/index.vue | 2 +- .../email-manage/components/EmailList.vue | 2 +- .../study/components/nonDicomPreview.vue | 188 ++++----- .../subject-list/components/MessageTable.vue | 2 +- .../crc-upload/components/previewFiles.vue | 2 +- .../components/previewVisitNoneDicomFiles.vue | 2 +- 23 files changed, 1014 insertions(+), 1002 deletions(-) diff --git a/src/views/blindResumeInfo/components/Agreements.vue b/src/views/blindResumeInfo/components/Agreements.vue index 6d355cfc..2ef91bb2 100644 --- a/src/views/blindResumeInfo/components/Agreements.vue +++ b/src/views/blindResumeInfo/components/Agreements.vue @@ -1,146 +1,146 @@ - - - - + + + + diff --git a/src/views/blindResumeInfo/components/Credentials.vue b/src/views/blindResumeInfo/components/Credentials.vue index 18d8f5e7..6b3a12d9 100644 --- a/src/views/blindResumeInfo/components/Credentials.vue +++ b/src/views/blindResumeInfo/components/Credentials.vue @@ -1,182 +1,182 @@ - - - - + + + + diff --git a/src/views/blindResumeInfo/components/Resume.vue b/src/views/blindResumeInfo/components/Resume.vue index 0a00eefc..bfe2f64e 100644 --- a/src/views/blindResumeInfo/components/Resume.vue +++ b/src/views/blindResumeInfo/components/Resume.vue @@ -1,98 +1,98 @@ - - - - + + + + diff --git a/src/views/none-dicom-show/multiple.vue b/src/views/none-dicom-show/multiple.vue index 009766ba..b94a9a40 100644 --- a/src/views/none-dicom-show/multiple.vue +++ b/src/views/none-dicom-show/multiple.vue @@ -75,7 +75,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, 'currentId', file.Id) diff --git a/src/views/none-dicom-show/single.vue b/src/views/none-dicom-show/single.vue index a60db34b..a1cb6721 100644 --- a/src/views/none-dicom-show/single.vue +++ b/src/views/none-dicom-show/single.vue @@ -1,100 +1,100 @@ -