From abbc15cb0973573134e22ba6872cb5669740a376 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 22 Jun 2026 15:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E4=BA=8ESULpeak?= =?UTF-8?q?=E6=B5=8B=E9=87=8F=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icons/svg/sphericalBrush.svg | 1 + .../dicoms3D/components/Segmentations.vue | 89 ++++++++++++++++--- .../reading/dicoms3D/components/toolConfig.js | 2 +- 3 files changed, 77 insertions(+), 15 deletions(-) create mode 100644 src/icons/svg/sphericalBrush.svg diff --git a/src/icons/svg/sphericalBrush.svg b/src/icons/svg/sphericalBrush.svg new file mode 100644 index 00000000..01a40150 --- /dev/null +++ b/src/icons/svg/sphericalBrush.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 36935e99..1a98ef19 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -19,7 +19,7 @@
+ @click.prevent="initThreshold()">
+
+ +
+ v-if="activeTool === 'SphericalBrush' || activeTool === 'CircularEraser' || activeTool === 'CircularBrush' || ThresholdTools.includes(activeTool)"> {{ $t('trials:reading:Segmentations:title:EraserConfigSection') }}
-
+
{{ $t('trials:reading:Segmentations:title:EraserConfig') }} @@ -137,7 +143,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}