From 14d09f4cc07b19cd5d39f095aafc9d477225426b Mon Sep 17 00:00:00 2001 From: engigu Date: Thu, 12 Mar 2026 19:11:19 +0800 Subject: [PATCH] feat: fix empty log --- web/src/views/history/History.vue | 27 +++++++++++++-------------- web/src/views/history/LogViewer.vue | 12 ++++++------ 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/web/src/views/history/History.vue b/web/src/views/history/History.vue index 8216a85..a957075 100644 --- a/web/src/views/history/History.vue +++ b/web/src/views/history/History.vue @@ -388,7 +388,7 @@ watch(() => route.query, (newQuery) => {
#{{ total - (currentPage - 1) * pageSize - index - }} + }} @@ -421,7 +421,7 @@ watch(() => route.query, (newQuery) => {
{{ formatDuration(log.duration) - }} + }} -
- -
+
+ +
+ 无日志输出 +
+
连接中...
diff --git a/web/src/views/history/LogViewer.vue b/web/src/views/history/LogViewer.vue index 3d00932..47069b4 100644 --- a/web/src/views/history/LogViewer.vue +++ b/web/src/views/history/LogViewer.vue @@ -78,14 +78,14 @@ onUnmounted(() => {
-
- +
+ +
+ 无日志输出 +
-