From 90202d9a0d2786c8f5b230f8dfd3505cef046ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Mon, 29 Jan 2024 16:39:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=8D=A2=E8=A1=8Cbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms/customize/CustomizeDicomCanvas.vue | 1 - .../personnel-manage/components/siteForm.vue | 491 +++++++++--------- .../qc-check/components/qualityAssurance.vue | 2 +- 3 files changed, 250 insertions(+), 244 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue index 8d83e111..6b08c699 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue @@ -559,7 +559,6 @@ export default { showCancelButton: false, type: 'warning' }).then(() => { - }).catch(() => {}) e.stopImmediatePropagation() e.stopPropagation() diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue index ed755f11..c207f4a1 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue @@ -1,242 +1,249 @@ - - - + + + diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index e2ccd666..49ca0b3c 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -1331,7 +1331,7 @@ export default { }) if (!isgo) { // `请补充检查${isgoList.toString()}的检查部位!` - this.$confirm(this.$t('trials:qcQuality:title:title1').replace('xxx', isgoList.toString()), '',{ + this.$confirm(this.$t('trials:qcQuality:title:title1').replace('xxx', isgoList.join('、 ')), '',{ showCancelButton: false }) return From d745ad7318aae32a977e97385de36bef0b9e141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Mon, 29 Jan 2024 17:01:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=98=85=E7=89=87=E4=BA=BA=E7=AE=80?= =?UTF-8?q?=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UploadFile/index.vue | 2 +- src/views/reviewers/components/GcpCertificate.vue | 2 +- src/views/reviewers/components/TrialExperience.vue | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/UploadFile/index.vue b/src/components/UploadFile/index.vue index 331b0033..cf3c72c7 100644 --- a/src/components/UploadFile/index.vue +++ b/src/components/UploadFile/index.vue @@ -141,7 +141,7 @@ export default { }, handlePreview(file) { if (file.fullPath) { - window.open(file.fullPath, '_blank') + window.open(this.OSSclientConfig.basePath + file.fullPath, '_blank') } }, handleExceed(files, fileList) { diff --git a/src/views/reviewers/components/GcpCertificate.vue b/src/views/reviewers/components/GcpCertificate.vue index 933046c8..2c7957b5 100644 --- a/src/views/reviewers/components/GcpCertificate.vue +++ b/src/views/reviewers/components/GcpCertificate.vue @@ -192,7 +192,7 @@ export default { }, handlePreview(file) { if (file.fullPath) { - window.open(file.fullPath, '_blank') + window.open(this.OSSclientConfig.basePath + file.fullPath, '_blank') } }, handleExceed(files, fileList) { diff --git a/src/views/reviewers/components/TrialExperience.vue b/src/views/reviewers/components/TrialExperience.vue index d6dfa7fc..22c4e172 100644 --- a/src/views/reviewers/components/TrialExperience.vue +++ b/src/views/reviewers/components/TrialExperience.vue @@ -39,22 +39,14 @@

GCP Certificate

-

Other Relevant Experience

- -