Created
July 30, 2018 16:30
-
-
Save OtavioBraga/124c3dad072a8e95fb3adfeacfb7bd33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.sections = [ | |
{title: 'Chamadas', | |
data: [ | |
{ | |
id: '1', | |
date: '14 de abril de 2018', | |
status: 'CALLING', | |
ticketNumber: 'N45', | |
place: 'Hospital Unimed', | |
estimatedTime: '45 minutos' | |
}, | |
{ | |
id: '2', | |
date: '14 de abril de 2018', | |
status: 'CALLING', | |
ticketNumber: 'N45', | |
place: 'Empresarial Shopping Caruaru', | |
estimatedTime: '45 minutos' | |
} | |
]}, | |
{title: 'Atendimento próximo', | |
data: [ | |
{ | |
id: '5', | |
date: '14 de abril de 2018', | |
status: 'WAITING', | |
ticketNumber: 'N45', | |
place: 'Hospital Unimed', | |
estimatedTime: '45 minutos' | |
} ]}, | |
{title: 'Aguardando', | |
data: [ | |
{ | |
id: '8', | |
date: '14 de abril de 2018', | |
status: 'WAITING', | |
ticketNumber: 'N45', | |
place: 'Hospital Unimed', | |
estimatedTime: '45 minutos' | |
} | |
]} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment