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
-
-
{
-
}).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 @@
-
-
-
-
-
- {{ $t('trials:customSite:form:siteName') }}:
-
-
-
- {{ $t('common:button:search') }}
-
-
-
- {{ $t('common:button:reset') }}
-
-
-
- {{ $t('trials:sitesList:dialogButton:customSite') }}
-
-
- {{ $t('trials:sitesList:dialogButton:addSite') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ $t('trials:customSite:form:siteName') }}:
+
+
+
+ {{ $t('common:button:search') }}
+
+
+
+ {{ $t('common:button:reset') }}
+
+
+
+ {{ $t('trials:sitesList:dialogButton:customSite') }}
+
+
+ {{ $t('trials:sitesList:dialogButton:addSite') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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