This commit is contained in:
2025-11-10 00:48:39 -03:00
parent 24dfefe395
commit c3f370e86c
3 changed files with 152 additions and 149 deletions

View File

@@ -52,3 +52,18 @@ export const sortings: Record<string, string> = {
failed_at: 'Reprovado em',
canceled_at: 'Cancelado em'
}
export const headers = {
id: 'ID',
'user.name': 'Nome',
'user.email': 'Email',
'user.cpf': 'CPF',
'course.name': 'Curso',
status: 'Status',
progress: 'Progresso',
created_at: 'Cadastrado em',
started_at: 'Iniciado em',
completed_at: 'Concluído em',
failed_at: 'Reprovado em',
canceled_at: 'Cancelado em'
}