From 117978e148c4f397ba89c8a7ef923cf5ea339e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Tue, 24 Mar 2026 17:32:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E5=A2=9E=E5=BC=BA=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97=E5=92=8C=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84UI=E4=BA=A4=E4=BA=92=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为操作日志页面添加操作模块图标和参数格式化展示功能 优化仪表盘页面统计卡片样式和最近登录/系统信息展示效果 --- .../src/views/audit/OperationLog.vue | 96 +++++++- .../src/views/system/Dashboard.vue | 209 ++++++++++++++++-- 2 files changed, 287 insertions(+), 18 deletions(-) diff --git a/novalon-manage-web/src/views/audit/OperationLog.vue b/novalon-manage-web/src/views/audit/OperationLog.vue index 9ea0c43..deebd43 100644 --- a/novalon-manage-web/src/views/audit/OperationLog.vue +++ b/novalon-manage-web/src/views/audit/OperationLog.vue @@ -45,7 +45,16 @@ prop="operation" label="操作模块" sortable="custom" - /> + > + + + > + +