Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Created July 30, 2018 16:30
Show Gist options
  • Save OtavioBraga/124c3dad072a8e95fb3adfeacfb7bd33 to your computer and use it in GitHub Desktop.
Save OtavioBraga/124c3dad072a8e95fb3adfeacfb7bd33 to your computer and use it in GitHub Desktop.
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