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

@@ -14,6 +14,7 @@ import {
ListChecks,
LockKeyhole,
Radio,
ReceiptText,
Settings,
ShieldAlert,
TabletSmartphone,
@@ -32,6 +33,7 @@ const iconMap: Record<NavIconKey, LucideIcon> = {
alerts: Radio,
audit: ListChecks,
beds: BedDouble,
billing: ReceiptText,
care: ClipboardCheck,
dashboard: LayoutDashboard,
devices: TabletSmartphone,

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: "健康照护",

View File

@@ -4,6 +4,7 @@ export const WORKSPACE_SECTION_KEYS = [
"dashboard",
"elders",
"beds",
"billing",
"health",
"care",
"emergency",