From d689c23f5a7cadf9ddfd6b0a2d575507da1b56b1 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 2 Jun 2026 14:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E5=B7=A5=E5=85=B7=E5=8D=8A?= =?UTF-8?q?=E5=BE=84=E5=8C=BA=E9=97=B4=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms3D/components/Segmentations.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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 7bbd0f10..36935e99 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -457,14 +457,24 @@ export default { sliderStep: 1, sliderSection: [{ id: `sliderSection1`, + max: 5, + step: 0.1, + label: '0~5mm' + }, { + id: `sliderSection2`, + max: 10, + step: 0.1, + label: '0~10mm' + }, { + id: `sliderSection3`, max: 50, step: 1, label: '0~50mm' }, { - id: `sliderSection2`, - max: 5, - step: 0.1, - label: '0~5mm' + id: `sliderSection4`, + max: 100, + step: 1, + label: '0~100mm' }], visible: false, recoveryList: [],