feat: add fee workspace and polish AI presentation
This commit is contained in:
@@ -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