Skip to content

Commit

Permalink
Add the special needs fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shff committed Mar 22, 2018
1 parent c450dd8 commit d2ed022
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UI/app/components/pages/enrollment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@
required
label="Nome completo da mãe" />
</div>
</Fieldset>
<Fieldset title="Outras Informações">
<div>
<RadioGroup
v-model="data.personalData.handicap"
Expand All @@ -229,6 +231,14 @@
:options="options.disabilities" />
</div>
</Fieldset>
<Fieldset title="Necessidades Especiais">
<div class="flex gutters flex-wrap">
<h4>Selecione:</h4>
<CheckGroup
v-model="data.personalData.specialNeeds"
:options="options.specialNeeds" />
</div>
</Fieldset>
<Fieldset title="Documentos">
<div class="p2 shadow0 rounded">
<template v-for="(doc, idx) in options.personalDocuments">
Expand Down

0 comments on commit d2ed022

Please sign in to comment.