非dicom长短径问题修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-21 10:23:03 +08:00
parent d059d016a6
commit c70970a6f6
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ export default {
} else {
textLines.push(
`L: ${this.reRound(csUtils.roundNumber(length), this.digitPlaces)} ${unit || unit}`,
`S: ${this.reRound(csUtils.roundNumber(length), this.digitPlaces)} ${unit}`
`S: ${this.reRound(csUtils.roundNumber(width), this.digitPlaces)} ${unit}`
)
}