feat: add fee workspace and polish AI presentation

This commit is contained in:
2026-07-09 17:05:19 -07:00
parent 3aabdf0c4a
commit ef4dd21d32
19 changed files with 1589 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ export type NavIconKey =
| "alerts"
| "audit"
| "beds"
| "billing"
| "care"
| "dashboard"
| "devices"
@@ -53,6 +54,12 @@ export const navGroups: NavGroup[] = [
icon: "beds",
anyPermissions: ["facility:read", "admission:read"],
},
{
path: "/billing",
label: "费用管理",
icon: "billing",
permission: "admission:manage",
},
{
path: "/health",
label: "健康照护",