From 7f47936f8a069ad29c47e532e47203884fa05b96 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 30 Oct 2025 10:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=87=AA=E5=AE=9A=E4=B9=89dicom?= =?UTF-8?q?=E3=80=91=E6=95=B0=E5=80=BC=E9=97=AE=E9=A2=98=E4=B8=AD=E5=A4=9A?= =?UTF-8?q?=E8=BE=B9=E5=BD=A2=E5=B7=A5=E5=85=B7=E7=9A=84=E6=B5=8B=E9=87=8F?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E4=B8=8D=E5=BA=94=E8=AF=A5=E6=9C=89radius?= =?UTF-8?q?=E5=92=8Cmax=EF=BC=8C=E7=BC=BA=E5=B0=91perimeter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/toolConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js b/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js index c9a56b15..e11c3cdf 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js @@ -297,7 +297,7 @@ const config = { 'name': '自由曲线', 'icon': 'polygon', 'toolName': 'PlanarFreehandROI', - 'props': ['radius', 'area', 'mean', 'max', 'stdDev'], + 'props': ['area', 'mean', 'stdDev', 'perimeter'], 'i18nKey': 'trials:reading:button:planarFreehandROI', 'isDisabled': false, 'disabledReason': ''