From 715209d0991f9496d9c92ad0b7200d9acaa82f7f Mon Sep 17 00:00:00 2001 From: chenqi Date: Sat, 20 Jun 2026 22:23:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E6=8E=A8=E9=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20-=20WebSocket=E8=BF=9E=E6=8E=A5+=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E5=8D=A1=E7=89=87+=E8=B6=8B=E5=8A=BF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dashboard/index.vue | 275 +++++++++--------- 1 file changed, 143 insertions(+), 132 deletions(-) diff --git a/healthlink-his-ui/src/views/dashboard/index.vue b/healthlink-his-ui/src/views/dashboard/index.vue index e8cd29451..bc1615cf8 100644 --- a/healthlink-his-ui/src/views/dashboard/index.vue +++ b/healthlink-his-ui/src/views/dashboard/index.vue @@ -3,26 +3,19 @@
系统仪表盘
- - 刷新 - - - 系统信息 - + + ● 实时连接 + + + ○ 离线 + + 刷新 + 系统信息
- +

{{ overview.systemName || 'HealthLink-HIS' }} @@ -33,35 +26,45 @@

- - - - + + + +
-
+
{{ item.value }} + +
-
- {{ item.label }} +
{{ item.label }}
+
+ {{ item.alert }}
+ + + + + + + + + + @@ -99,55 +102,26 @@ - - + + - - -
- {{ mod.icon || '📦' }} -
-
- {{ mod.name }} -
-
- {{ mod.desc }} -
+ + +
{{ mod.icon }}
+
{{ mod.name }}
+
{{ mod.desc }}
- + - +
- + {{ action.icon }} {{ action.label }}
@@ -155,17 +129,9 @@
- + - + {{ log.content }} @@ -180,60 +146,43 @@ width="600px" append-to-body > - - - {{ overview.systemName || 'HealthLink-HIS' }} - - - {{ overview.version || 'v2.0' }} - - - {{ overview.env || '开发环境' }} - - - {{ overview.backendPort || '18082' }} - - - {{ overview.totalTables || 0 }} - - - {{ overview.totalApis || 0 }} - - - {{ modules.length }} - - - {{ overview.startTime || '-' }} - + + {{ overview.systemName || 'HealthLink-HIS' }} + {{ overview.version || 'v2.0' }} + {{ overview.env || '开发环境' }} + {{ overview.backendPort || '18082' }} + {{ overview.totalTables || 0 }} + {{ overview.totalApis || 0 }} + {{ modules.length }} + {{ overview.startTime || '-' }}