From 88adb5c4c87ea9402254fc123c34d4a5b5b32bee Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Sat, 6 Dec 2025 17:51:00 +0800 Subject: [PATCH] 18278715334@163.com --- .../admin/statistics/SystemStatisticsPage.vue | 450 +++++++++++------- 1 file changed, 288 insertions(+), 162 deletions(-) diff --git a/src/pages/admin/statistics/SystemStatisticsPage.vue b/src/pages/admin/statistics/SystemStatisticsPage.vue index b06c6bc..2186a1d 100644 --- a/src/pages/admin/statistics/SystemStatisticsPage.vue +++ b/src/pages/admin/statistics/SystemStatisticsPage.vue @@ -13,47 +13,6 @@

{{ error }}

重试 - -
-
-
- - - -
- -
- - - -

加载中...

-
- -
- 暂无成功调用记录 -
- -
-
- {{ getCompanyName(item) }} - · - {{ getProductName(item) }} - · - {{ formatRecentTime(item.created_at || item.start_at) }} -
-
-
-
-
@@ -144,6 +103,59 @@
+ +
+
+
+
+
+ + + +
+

实时API调用动态

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

正在加载数据...

+
+
+ + +
+
+
+ {{ getUsernameInitial(item.username) }} +
+ {{ item.username }} + · + {{ item.apiName }} + · + {{ formatRelativeTime(item.createdAt) }} +
+
+
+
+
+
@@ -507,7 +519,6 @@