-
{{ overview.systemName||'HealthLink-HIS' }}
-
版本: {{ overview.version }}
+
+
{{ overview.systemName || 'HealthLink-HIS' }}
+
版本: {{ overview.version || 'v2.0' }} | 环境: {{ overview.env || '开发环境' }}
-
-
-
- {{ mod }}
+
+
+
+
+
+
+
{{ item.value }}
+
{{ item.label }}
+
-
- {{ overview.totalTables||0 }}
数据库表
- {{ overview.totalApis||0 }}
API接口
- {{ (overview.modules||[]).length }}
功能模块
+
+
+
+ 功能模块 ({{ modules.length }})
+
+
+
+ {{ mod.icon || '📦' }}
+ {{ mod.name }}
+ {{ mod.desc }}
+
+
+
+
+
+
+
+
+
+ 快捷操作
+
+
+ {{ action.icon }} {{ action.label }}
+
+
+
+
+
+
+ 最近操作
+
+
+ {{ log.content }}
+
+
+
+
+
+
+
+
+ {{ overview.systemName || 'HealthLink-HIS' }}
+ {{ overview.version || 'v2.0' }}
+ {{ overview.env || '开发环境' }}
+ {{ overview.backendPort || '18082' }}
+ {{ overview.totalTables || 0 }}
+ {{ overview.totalApis || 0 }}
+ {{ modules.length }}
+ {{ overview.startTime || '-' }}
+
+ 关闭
+