From 80280c9fa2f072b5e7b64c9a642647d3436f073a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Sun, 7 Jun 2026 21:02:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=20+=20API?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 系统仪表盘页面增强(统计卡片/模块展示/快捷操作/最近日志/系统信息) - API认证管理页面增强(统计卡片/新增/详情/启用禁用/限流配置) --- healthlink-his-ui/src/views/apiauth/index.vue | 185 ++++++++++++++++-- .../src/views/dashboard/index.vue | 157 +++++++++++++-- 2 files changed, 310 insertions(+), 32 deletions(-) diff --git a/healthlink-his-ui/src/views/apiauth/index.vue b/healthlink-his-ui/src/views/apiauth/index.vue index e67226620..6b40dafd8 100644 --- a/healthlink-his-ui/src/views/apiauth/index.vue +++ b/healthlink-his-ui/src/views/apiauth/index.vue @@ -1,28 +1,179 @@ + diff --git a/healthlink-his-ui/src/views/dashboard/index.vue b/healthlink-his-ui/src/views/dashboard/index.vue index f8524db8d..c7a9dbd25 100644 --- a/healthlink-his-ui/src/views/dashboard/index.vue +++ b/healthlink-his-ui/src/views/dashboard/index.vue @@ -1,30 +1,157 @@