From 8d1899dd697e354be73f19d3602f0cc4816903ae Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Sat, 6 Dec 2025 16:46:48 +0800 Subject: [PATCH] 1 --- .../admin/statistics/SystemStatisticsPage.vue | 195 +++++++++++++++++- 1 file changed, 189 insertions(+), 6 deletions(-) diff --git a/src/pages/admin/statistics/SystemStatisticsPage.vue b/src/pages/admin/statistics/SystemStatisticsPage.vue index 860bfcb..b06c6bc 100644 --- a/src/pages/admin/statistics/SystemStatisticsPage.vue +++ b/src/pages/admin/statistics/SystemStatisticsPage.vue @@ -13,9 +13,49 @@

{{ error }}

重试 - + +
+
+
+ + + +
+ +
+ + + +

加载中...

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