feat: add fee workspace and polish AI presentation
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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: "健康照护",
|
||||
|
||||
@@ -4,6 +4,7 @@ export const WORKSPACE_SECTION_KEYS = [
|
||||
"dashboard",
|
||||
"elders",
|
||||
"beds",
|
||||
"billing",
|
||||
"health",
|
||||
"care",
|
||||
"emergency",
|
||||
|
||||
Reference in New Issue
Block a user