fix: correct access dashboard status counts

This commit is contained in:
unknown
2026-07-20 17:24:35 +09:00
parent 6180161225
commit 104d2f531a
3 changed files with 41 additions and 11 deletions

View File

@@ -213,6 +213,7 @@ export interface AccessRecord {
zoneName?: string;
visitFrom: string;
visitTo: string;
status?: VisitStatus;
checkInAt?: string;
checkOutAt?: string;
inside: boolean;