From ee93acac0797dd3e76e70851c3b13ac0ceb47a25 Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Sat, 6 Dec 2025 18:22:00 +0800 Subject: [PATCH] 1 --- .../admin/statistics/SystemStatisticsPage.vue | 277 +++++++++++++----- 1 file changed, 204 insertions(+), 73 deletions(-) diff --git a/src/pages/admin/statistics/SystemStatisticsPage.vue b/src/pages/admin/statistics/SystemStatisticsPage.vue index 2186a1d..06185a0 100644 --- a/src/pages/admin/statistics/SystemStatisticsPage.vue +++ b/src/pages/admin/statistics/SystemStatisticsPage.vue @@ -103,65 +103,68 @@ - -
-
-
-
-
- - - -
-

实时API调用动态

-
-
- 每5秒更新 · 最多显示100条 -
-
- - -
- -
-
- - - -

正在加载数据...

-
-
- - -
-
-
- {{ getUsernameInitial(item.username) }} -
- {{ item.username }} - · - {{ item.apiName }} - · - {{ formatRelativeTime(item.createdAt) }} -
-
-
-
-
-
+ +
+
+
+
+
+ + + +
+

实时API调用动态

+
+
+ 每5秒更新 · 最多显示100条 +
+
+ + +
+ +
+
+ + + +

正在加载数据...

+
+
+ + +
+
+
+ {{ getUsernameInitial(item.username) }} +
+ {{ item.username }} + · + {{ item.apiName }} + · + 第{{ item.callCount || 1 }}次 + · + {{ formatRelativeTime(item.createdAt) }} +
+
+
+
+
@@ -519,6 +522,7 @@