From b7a0a336ddb4e1547aaeefc09e139b2d1ff5a6b5 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 26 May 2026 10:39:52 +0800
Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E8=A7=A3?=
=?UTF-8?q?=E5=86=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Dicom/DicomViewer.vue | 13 ++++++++-----
.../reading/dicoms3D/components/Segmentations.vue | 9 +++++----
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue
index c2167313..20b902c0 100644
--- a/src/components/Dicom/DicomViewer.vue
+++ b/src/components/Dicom/DicomViewer.vue
@@ -24,9 +24,9 @@
$t('DicomViewer:anonymous:Comparison') }}
{{
$t('DicomViewer:anonymous:Exit') }}
- {{
+
{{
$t('DicomViewer:anonymous:Recovery') }}
-
{{
+
{{
$t('DicomViewer:anonymous:RecoveryAll') }}
@@ -562,8 +562,8 @@ export default {
],
imageIds: [newImageId]
}, serie)
- this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:before'))
- this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:after'))
+ this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:after'))
+ this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:before'))
})
} else {
this.isComparison = f
@@ -573,7 +573,10 @@ export default {
}
},
recovery(isAll = false) {
- if (this.isComparison) return false
+ // if (this.isComparison) return false
+ if (this.isAnonymous) {
+ this.comparison(false)
+ }
this.setToolsPassive()
this.$refs[`dicomCanvas0`].getNote_RectangleRoi().then(async obj => {
let { image } = obj
diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
index 89b1531d..d158198c 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
@@ -128,7 +128,7 @@
{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
- }}
+ }}
@@ -243,9 +243,10 @@
changeColor(e, item)">
-
+
{{ item.SegmentLabel }}
-
{{
+
{{
Number(item.stats['volume'].value).toFixed(digitPlaces) }}{{
item.stats['volume'].unit }}
@@ -309,7 +310,7 @@
{{
$t('trials:reading:Segmentations:button:recovery')
- }}
+ }}