From c767004a2d89c45a62313b53acfdf0c3c5ddd026 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 21 May 2026 13:53:02 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 25143ca7..7cc0fb81 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -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)}`) }