From 9c0ca0a8311a7b6c55cc29586f9624d8958640bd Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 4 Nov 2025 16:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E9=98=85=E7=89=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9F=A9=E5=BD=A2=E6=A0=87=E8=AE=B0=E5=8F=AF=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E9=A1=B9=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/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 e11c3cdf..b0048654 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js @@ -317,7 +317,7 @@ const config = { 'name': '矩形工具', 'icon': 'rectangle', 'toolName': 'RectangleROI', - 'props': ['area', 'mean', 'max', 'stdDev', 'perimeter'], + 'props': ['area', 'mean', 'max', 'stdDev'], 'i18nKey': 'trials:reading:button:rectangle', 'isDisabled': false, 'disabledReason': ''