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 @@
-
-
- 功能模块 ({{ modules.length }})
-
+
+ 功能模块 ({{ modules.length }})
-
-
-
- {{ 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 || '-' }}
-
- 关闭
-
+ 关闭