From 08daef4dcd8dcb6b65328d162bc5be95de6c0967 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Sat, 16 Aug 2025 00:22:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor(History):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增左侧日期列表和右侧详情区域的布局结构 - 实现用户和记录选择功能 - 优化统计数据展示 - 添加详细日志刷新功能 - 调整样式和响应式设计 --- frontend/src/views/History.vue | 869 +++++++++++++++++++++++++-------- 1 file changed, 669 insertions(+), 200 deletions(-) diff --git a/frontend/src/views/History.vue b/frontend/src/views/History.vue index 6b1d6c1..0c05843 100644 --- a/frontend/src/views/History.vue +++ b/frontend/src/views/History.vue @@ -24,7 +24,7 @@ v-for="preset in timePresets" :key="preset.key" :type="currentPreset === preset.key ? 'primary' : 'default'" - size="small" + size="middle" @click="handleQuickTimeSelect(preset)" > {{ preset.label }} @@ -67,26 +67,28 @@ - - - - 搜索 - - - - 重置 - - + + + + + 搜索 + + + + 重置 + + + - +
@@ -97,151 +99,230 @@
-
- - - +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + -
- +
+ + -