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 @@