From c70970a6f6f611277390917121fd5e00c2c11019 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 21 Jan 2026 10:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E9=95=BF=E7=9F=AD=E5=BE=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/visit-review/components/FileViewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index c5ac8186..88d7a28f 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -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}` ) }