From 86a8e2faebc6e2e867c8079ed321dfba242f25dd Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 4 Jun 2025 13:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E9=87=8F=E5=B7=A5=E5=85=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4=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 | 5 +++++ 1 file changed, 5 insertions(+) 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 bed00225..eed7afbc 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/toolConfig.js @@ -234,6 +234,7 @@ const config = { 'name': '直径测量工具', 'icon': 'length', 'toolName': 'Length', + 'props': ['length'], 'i18nKey': 'trials:reading:button:length', 'isDisabled': false, 'disabledReason': '' @@ -242,6 +243,7 @@ const config = { 'name': '长短径测量工具', 'icon': 'bidirection', 'toolName': 'Bidirectional', + 'props': ['length', 'width'], 'i18nKey': 'trials:reading:button:bidirectional', 'isDisabled': false, 'disabledReason': '' @@ -250,6 +252,7 @@ const config = { 'name': '矩形工具', 'icon': 'rectangle', 'toolName': 'RectangleROI', + 'props': ['area', 'mean', 'max', 'stdDev'], 'i18nKey': 'trials:reading:button:rectangle', 'isDisabled': false, 'disabledReason': '' @@ -258,6 +261,7 @@ const config = { 'name': '箭头工具', 'icon': 'arrow', 'toolName': 'ArrowAnnotate', + 'props': [], 'i18nKey': 'trials:reading:button:arrowAnnotate', 'isDisabled': false, 'disabledReason': '' @@ -266,6 +270,7 @@ const config = { 'name': '椭圆工具', 'icon': 'oval', 'toolName': 'CircleROI', + 'props': ['radius', 'area', 'mean', 'max', 'stdDev'], 'i18nKey': 'trials:reading:button:Circle', 'isDisabled': false, 'disabledReason': ''