From 2d698b277d614e5a99a073098f341a8e74f8b780 Mon Sep 17 00:00:00 2001 From: haoliang <821644@qq.com> Date: Tue, 5 May 2026 17:34:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20LogDashboard=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E7=BC=BA=E5=B0=91=20messag?= =?UTF-8?q?eSnippet=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Logs/LogDashboard.vue | 144 +++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 frontend/src/views/Logs/LogDashboard.vue diff --git a/frontend/src/views/Logs/LogDashboard.vue b/frontend/src/views/Logs/LogDashboard.vue new file mode 100644 index 0000000..782d4ce --- /dev/null +++ b/frontend/src/views/Logs/LogDashboard.vue @@ -0,0 +1,144 @@ + + + 日志看板 + + + + + 机床 + + 全部 + {{ m }} + + + + 程序名 + + + + 时间范围 + + — + + + 刷新 + + + + + + {{ key }} + {{ count }} + + + 分析摘要 + {{ data.analysis }} + + + + + + + + 时间 + 机床 + 程序 + 等级 + 日志摘要 + + + + + {{ log.timestamp }} + {{ log.machineId }} + {{ log.programName }} + {{ log.level }} + {{ log.messageSnippet }} + + + + + + + + + +
{{ data.analysis }}