From 68934060e6a4f84b9c4a6a95cc0e2e0b1dccdeeb Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Fri, 14 Mar 2025 16:10:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E8=80=83=E8=AE=BE?=
=?UTF-8?q?=E5=AE=9A=E5=80=BC0=E4=B8=8D=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/machine/testScript/components/setValueTable.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/views/machine/testScript/components/setValueTable.vue b/frontend/src/views/machine/testScript/components/setValueTable.vue
index bd17187..2cd1698 100644
--- a/frontend/src/views/machine/testScript/components/setValueTable.vue
+++ b/frontend/src/views/machine/testScript/components/setValueTable.vue
@@ -33,7 +33,7 @@
- {{ parseFloat((row.value - 0).toFixed(4)) || '' }}
+ {{ parseFloat((row.value - 0).toFixed(4)) }}