adscripcion profesor csv invitado
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user