adscripcion profesor csv invitado

This commit is contained in:
Marco
2022-05-19 11:38:11 -05:00
parent 6bb88bd9af
commit c6867abe8e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="full-h">
<div class="has-text-centered">
<h2 class="is-size-1">Registro Para la Entrega de Medallas</h2>
<h2 class="is-size-1">Entrega de medallas operador</h2>
</div>
<div class="is-flex is-justify-content-center my-3">
<b-radio v-model="loginType" name="loginType" native-value="1">
+1
View File
@@ -202,6 +202,7 @@ export default {
this.dataExport[index].nombre = item.nombreCompleto
this.dataExport[index].edad = item.edad
this.dataExport[index].nombreProfesor = item.Profesor.nombre
this.dataExport[index].adscripcion = item.Profesor.adscripcion
})
}
})