circleROI测量数据更改
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-05-25 09:16:31 +08:00
parent 0e252b0377
commit d6713ba9a4
1 changed files with 1 additions and 1 deletions

View File

@ -2531,7 +2531,7 @@ export default {
}
if (max) {
textLines.push(`Max: ${this.reRound(max, this.digitPlaces)} ${modalityUnit}`)
textLines.push(`Max: ${this.reRound(max, Modality === 'NM' ? 0 : this.digitPlaces)} ${modalityUnit}`)
}
if (stdDev) {