非dicom长短径问题修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d059d016a6
commit
c70970a6f6
|
|
@ -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}`
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue