From 2e388db02ca1da073162009e0588a8edae263dc6 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 22 Jun 2026 17:43:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E6=96=B0=E5=B7=A5=E5=85=B7?=
=?UTF-8?q?=E7=A6=81=E7=94=A8=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials-panel/reading/dicoms3D/components/ReadPage.vue | 2 ++
.../reading/dicoms3D/components/Segmentations.vue | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
index 205d0398..4c9b2d43 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
@@ -2990,6 +2990,8 @@ export default {
}
} else if (this.activeTool === FusionJumpToPointTool.toolName) {
this.setFusionMipJumpEnabled(false)
+ } else if (this.activeTool === 'SphericalBrush') {
+ toolGroup.setToolDisabled('ThresholdSphere')
} else {
toolGroup.setToolPassive(this.activeTool)
}
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 71dc8bea..d2f2d82b 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
@@ -143,7 +143,7 @@
{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
- }}
+ }}
@@ -326,7 +326,7 @@
{{
$t('trials:reading:Segmentations:button:recovery')
- }}
+ }}
@@ -1612,7 +1612,7 @@ export default {
label: "Mean Pixel",
name: "sulpeak",
unit: "SUL",
- value: suvFactor.suvlbm ? segmentStat.mean.value * suvFactor.suvbw / suvFactor.suvlbm : 0,
+ value: suvFactor.suvlbm ? segmentStat.mean.value * suvFactor.suvlbm / suvFactor.suvbw : 0,
}
}
let segmentGroup = this.segmentList.find(item => item.segmentationId === segmentationId)