From 72c6b433b6c3e823bb71bea0f4f45440e15d5968 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 13 Mar 2024 13:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=BF=E7=9F=AD=E5=BE=84?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=87=E6=B3=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/tools/Bidirectional/renderToolData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/tools/Bidirectional/renderToolData.js b/src/views/trials/trials-panel/reading/dicoms/tools/Bidirectional/renderToolData.js index 03925d59..1d209e8d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/tools/Bidirectional/renderToolData.js +++ b/src/views/trials/trials-panel/reading/dicoms/tools/Bidirectional/renderToolData.js @@ -156,7 +156,7 @@ const getTextBoxText = (data, rowPixelSpacing, colPixelSpacing) => { } const lengthText = ` L ${data.longestDiameter}${suffix}` - const widthText = ` W ${data.shortestDiameter}${suffix}` + const widthText = ` S ${data.shortestDiameter}${suffix}` const { labels } = data