From ce079f923a7a7f7e55bf1e8c8f50fc0e7fed252d Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 10 Sep 2024 14:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomCanvas.vue | 2 +- src/components/Dicom/DicomTags.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dicom/DicomCanvas.vue b/src/components/Dicom/DicomCanvas.vue index 932d878a..42a84096 100644 --- a/src/components/Dicom/DicomCanvas.vue +++ b/src/components/Dicom/DicomCanvas.vue @@ -176,7 +176,7 @@ export default { markers: { top: '', right: '', bottom: '', left: '' }, orientationMarkers: [], originalMarkers: [], - dcmTag: { visible: false, title: 'DICOM Tags' } + dcmTag: { visible: false, title: this.$t('trials:dicom-tag:title') } } }, diff --git a/src/components/Dicom/DicomTags.vue b/src/components/Dicom/DicomTags.vue index 273ef4ba..c3f6ec44 100644 --- a/src/components/Dicom/DicomTags.vue +++ b/src/components/Dicom/DicomTags.vue @@ -3,7 +3,7 @@