1
continuous-integration/drone/push Build is running Details

main
caiyiling 2026-05-21 13:53:02 +08:00
parent 3a546e6e89
commit c767004a2d
1 changed files with 1 additions and 1 deletions

View File

@ -2532,7 +2532,7 @@ export default {
textLines.push(`Std Dev: ${this.reRound(stdDev, this.digitPlaces)} ${modalityUnit}`)
}
if (total !== undefined && total !== null ) { //&& Modality === 'NM'
if (total !== undefined && total !== null && Modality === 'NM') {
textLines.push(`Total: ${this.formatStatSum(total)}`)
}