From 03f6e4b5b40ee94baeaa217dd412be71f6f54fba Mon Sep 17 00:00:00 2001 From: cxymds Date: Sat, 26 Apr 2025 12:16:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4=20rustfs/s3-rustfs#307?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/performance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/performance/index.vue b/pages/performance/index.vue index 4d42cb9..93a9634 100644 --- a/pages/performance/index.vue +++ b/pages/performance/index.vue @@ -180,7 +180,7 @@ - 运行时间: {{ dayjs(server.uptime*1000).format("YYYY-MM-DD HH:mm:ss") }} + 运行时间: {{ dayjs( ).subtract(server.uptime,'second').toNow() }}