| {{ $t('worker') }} {{ sortDirection === 'asc' ? '↑' : '↓' }} | {{ $t('failedCount') }} {{ sortDirection === 'asc' ? '↑' : '↓' }} | {{ $t('actions') }} |
|---|---|---|
| {{ record.full_name }} | {{ record.count }} | |
| {{ $t('noRecordsFound') }} | ||
|
{{ $t('loadingReport') }}
|
||
| {{ $t('timestamp') }} | {{ $t('eventType') }} | {{ $t('location') }} | {{ $t('notes') }} |
|---|---|---|---|
| {{ formatLocalTimestamp(detail.timestamp) }} | {{ $t(detail.event_type) }} | {{ detail.qrCodeUsedName || $t('nA') }} | {{ detail.notes || $t('nA') }} |