From 3a35f4a966f446ac38041cf157d63751442dddad Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 6 May 2026 17:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E5=90=8D=E6=95=B0=E6=8D=AE=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomViewer.vue | 9 ++++++--- src/views/dicom-show/dicom-study.vue | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 602ac1f2..2a8bfcdc 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -26,6 +26,8 @@ $t('DicomViewer:anonymous:Exit') }}
{{ $t('DicomViewer:anonymous:Recovery') }}
+
{{ + $t('DicomViewer:anonymous:RecoveryAll') }}
3x2 -
{{ $t('DicomViewer:anonymous:PixelAnonymity') - }} +
{{ + $t('DicomViewer:anonymous:PixelAnonymity') + }}
@@ -1170,7 +1173,7 @@ export default { z-index: 9999; .btn { - width: 15%; + width: 12%; text-align: center; height: 40px; line-height: 30px; diff --git a/src/views/dicom-show/dicom-study.vue b/src/views/dicom-show/dicom-study.vue index 8dbe35f1..bbc60004 100644 --- a/src/views/dicom-show/dicom-study.vue +++ b/src/views/dicom-show/dicom-study.vue @@ -531,7 +531,7 @@ export default { } }, showSeriesImage(e, seriesIndex, series) { - if (!isComparison) return false + if (!this.isComparison) return false this.activeSeriesId = series.seriesId workSpeedclose(true) // if (seriesIndex === this.currentSeriesIndex) return