From 27b593ba01454eddb8e61fea4283f04c4632bf8d Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 2 Jun 2026 11:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/machine/sntp/index.vue | 65 +++++++++++++++++++---- 1 file changed, 54 insertions(+), 11 deletions(-) diff --git a/frontend/src/views/machine/sntp/index.vue b/frontend/src/views/machine/sntp/index.vue index fdf0c5b..15fe350 100644 --- a/frontend/src/views/machine/sntp/index.vue +++ b/frontend/src/views/machine/sntp/index.vue @@ -28,24 +28,32 @@
历史记录 - 清空 + + 清空 +
-
- 暂无数据 -
- -
+
序号
当前电脑时间
装置返回时间
+
误差(ms)
-
+
+ 暂无数据 +
+
{{ index + 1 }}
{{ item.computerTime }}
{{ item.deviceTime }}
+
{{ formatErrorMs(item.errorMs) }}
@@ -56,6 +64,7 @@