feat(web): update TopBar component and useAppShell composable

This commit is contained in:
caoxiaozhu
2026-05-14 07:10:31 +00:00
parent 64ea1bc5fd
commit 476d5fdf93
3 changed files with 160 additions and 19 deletions

View File

@@ -34,6 +34,8 @@
:employee-summary="employeeSummary"
:knowledge-summary="knowledgeSummary"
:request-summary="requestSummary"
:detail-mode="detailMode"
:detail-alerts="detailAlerts"
:custom-range="customRange"
@update:search="search = $event"
@update:active-range="activeRange = $event"
@@ -150,6 +152,7 @@ const {
closeRequestDetail,
closeSmartEntry,
customRange,
detailAlerts,
detailMode,
filteredRequests,
filters,