修改长短径工具标注信息

uat_us
caiyiling 2024-03-13 13:18:08 +08:00
parent 5edd252a12
commit 72c6b433b6
1 changed files with 1 additions and 1 deletions

View File

@ -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