From 746278681d64a87bc39e4f9296695a94139ffd10 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 31 Oct 2025 09:16:47 +0800 Subject: [PATCH] 1 --- .../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 a916dead..6d86e72e 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 @@ -1564,7 +1564,7 @@ export default { if (label) { textLines.push(label) } - textLines.push(`${this.reRound(csUtils.roundNumber(angle)).toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`) + textLines.push(`${this.reRound(csUtils.roundNumber(angle), this.digitPlaces)} ${String.fromCharCode(176)}`) return textLines }, reRound(result, finalPrecision) {