{{ "btn.add" | i18nFilter }}
{{ scope.row.handoverTime && moment(scope.row.handoverTime).format("YYYY-MM-DD HH:mm:ss") }}
{{ scope.row.onlineTime && moment(scope.row.onlineTime).format("YYYY-MM-DD HH:mm:ss") }}
{{ scope.row.offlineTime && moment(scope.row.offlineTime).format("YYYY-MM-DD HH:mm:ss") }}
{{ $t('module.teamManager.Handover.working') }}
{{ $t('module.teamManager.Handover.offduty') }}
{{
"btn.detail" | i18nFilter
}}
{{ "btn.goOffWork" | i18nFilter }}
{{ "btn.log" | i18nFilter }}
{{ "btn.delete" | i18nFilter }}