datos faltantes en vista servicio

This commit is contained in:
Lemuel Marquez
2021-04-06 08:10:31 -05:00
parent 24265fc0b3
commit 55695092e3
2 changed files with 7 additions and 1 deletions
@@ -31,6 +31,12 @@
<p class="is-size-5 mt-3" v-if="alumno.fechaNacimiento">
<b>Fecha de nacimiento: </b>{{ fecha(alumno.fechaNacimiento) }}
</p>
<p class="is-size-5 mt-3" v-if="alumno.createdAt">
<b>Fecha de registro: </b>{{ fecha(alumno.createdAt) }}
</p>
<p class="is-size-5 mt-3" v-if="alumno.fechaLiberacion">
<b>Fecha de liberación: </b>{{ fecha(alumno.fechaLiberacion) }}
</p>
</div>
</template>
+1 -1
View File
@@ -4,7 +4,7 @@
><strong>{{ title }}</strong></span
>
<a :href="link" target="_blank">
<b-button class="is-info">
<b-button class="is-link is-light">
Ver
</b-button>
</a>