From 7abcec7a2ea3d2be2b86f28cba7ffa3fa2bbece0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Tue, 28 Oct 2025 09:26:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(log):=20=E7=A7=BB=E9=99=A4=E5=88=86?= =?UTF-8?q?=E6=9E=90=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/log/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/log/index.vue b/frontend/src/views/log/index.vue index 0136278..4eac8aa 100644 --- a/frontend/src/views/log/index.vue +++ b/frontend/src/views/log/index.vue @@ -3,8 +3,8 @@ @@ -13,7 +13,6 @@ // 根据实际路径调整 import TimeControl from '@/components/TimeControl/index.vue' import ProTable from '@/components/ProTable/index.vue' -import { DataAnalysis, Upload } from '@element-plus/icons-vue' import type { ColumnProps, ProTableInstance } from '@/components/ProTable/interface' import { reactive, ref } from 'vue' import { exportCsv, getAuditLog } from '@/api/system/log'