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 @@