diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/ReportPage.vue index 6d882bff..8b6a3ff7 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/ReportPage.vue @@ -748,7 +748,7 @@ export default { this.$onlyOffice({ path: path, type: this.currentType, - title: '预览' + title: this.$t('trials:readingReport:title:preview') }) } if (['.jpg', @@ -762,7 +762,7 @@ export default { this.$preview({ path: path, type: 'pdf', - title: '预览' + title: this.$t('trials:readingReport:title:preview') }) } }