From 852a429ef3f37cd952b2cb05361725a961909936 Mon Sep 17 00:00:00 2001 From: iven Date: Tue, 28 Apr 2026 08:40:42 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20=E6=9B=B4=E6=96=B0=20frontend.md?= =?UTF-8?q?=20Phase=204=20=E8=A1=A8=E5=8D=95=E5=8D=87=E7=BA=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/frontend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/frontend.md b/wiki/frontend.md index f7573f4..9562bd4 100644 --- a/wiki/frontend.md +++ b/wiki/frontend.md @@ -253,6 +253,7 @@ ws://localhost:5174/ws/* → ws://localhost:3000/* (WebSocket) | 日期 | 变更 | |------|------| +| 2026-04-28 | UI/UX 重构 Phase 4:4 个表单 Modal→DrawerForm(患者 4 分组/预约 3 分组+排班校验/随访 2 分组/积分商品 2 分组) | | 2026-04-28 | UI/UX 重构 Phase 3:10 个列表页统一迁移至 PageContainer + usePaginatedData + EntityName + 共享格式化工具,移除手动 isDark 处理 | | 2026-04-28 | UI/UX 重构 Phase 2:仪表盘角色自适应(useDashboardRole + DoctorDashboard/NurseDashboard/AdminDashboard/OperatorDashboard),删除快捷入口/积分排行/最近活动旧区块 | | 2026-04-28 | UI/UX 重构 Phase 1:提取 6 个共享组件(PageContainer/EntityName/FilterBar/DrawerForm/FilterBar + dayjs/format 工具),12 个文件 dayjs 导入统一 |