From f74e5dd8e0e59fe1b52e9fb0d62187edefa0820a Mon Sep 17 00:00:00 2001 From: engigu Date: Mon, 22 Dec 2025 17:49:36 +0800 Subject: [PATCH] feat: add scheduler config --- web/src/views/history/History.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/history/History.vue b/web/src/views/history/History.vue index 7af7147..3f3b9e3 100644 --- a/web/src/views/history/History.vue +++ b/web/src/views/history/History.vue @@ -137,7 +137,7 @@ watch(() => route.query.task_id, (newTaskId) => {
-
+
ID @@ -145,7 +145,7 @@ watch(() => route.query.task_id, (newTaskId) => { 命令 状态 耗时 - 执行时间 + 执行时间
@@ -168,7 +168,7 @@ watch(() => route.query.task_id, (newTaskId) => { {{ formatDuration(log.duration) }} - {{ log.created_at }} + {{ log.created_at }}