feat: add fee workspace and polish AI presentation
This commit is contained in:
@@ -335,6 +335,7 @@ export function EldersClient({ elderContexts = {}, initialElders, permissions }:
|
||||
<label className="relative block">
|
||||
<Search className="pointer-events-none absolute left-3 top-1/2 size-4 -translate-y-1/2 text-muted-foreground" />
|
||||
<Input
|
||||
aria-label="搜索老人档案"
|
||||
className="pl-9"
|
||||
onChange={(event) => updateQuery(event.target.value)}
|
||||
placeholder="搜索姓名、床位、联系人"
|
||||
@@ -412,7 +413,7 @@ export function EldersClient({ elderContexts = {}, initialElders, permissions }:
|
||||
variant="outline"
|
||||
>
|
||||
<Brain className="size-4" aria-hidden="true" />
|
||||
AI 分析
|
||||
智能分析
|
||||
</Button>
|
||||
) : null}
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user