actualizacion de las cargas masivas
This commit is contained in:
parent
6c8cc4d6d7
commit
08bf64cf3a
@ -10,11 +10,7 @@
|
|||||||
expanded
|
expanded
|
||||||
>
|
>
|
||||||
<section
|
<section
|
||||||
class="
|
class="section is-flex is-align-items-center is-justify-content-center drag-drop"
|
||||||
section
|
|
||||||
is-flex is-align-items-center is-justify-content-center
|
|
||||||
drag-drop
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<p>
|
<p>
|
||||||
@ -85,7 +81,7 @@ export default {
|
|||||||
.post(
|
.post(
|
||||||
`${process.env.api}/${this.path}`,
|
`${process.env.api}/${this.path}`,
|
||||||
formData,
|
formData,
|
||||||
this.$getToken.token()
|
this.$getToken.tokenFile()
|
||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.manejarRespuesta(res.data)
|
this.manejarRespuesta(res.data)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
v-slot="props"
|
v-slot="props"
|
||||||
centered
|
centered
|
||||||
>
|
>
|
||||||
<span>{{ props.row.numeroInventario }}</span>
|
<span>{{ props.row.numero_inventario }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column
|
<b-table-column
|
||||||
@ -18,7 +18,7 @@
|
|||||||
v-slot="props"
|
v-slot="props"
|
||||||
centered
|
centered
|
||||||
>
|
>
|
||||||
<span>{{ props.row.numeroSerie }}</span>
|
<span>{{ props.row.numero_serie }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column field="equipo" label="Equipo" v-slot="props" centered>
|
<b-table-column field="equipo" label="Equipo" v-slot="props" centered>
|
||||||
@ -26,19 +26,15 @@
|
|||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column field="tipo" label="Tipo" v-slot="props" centered>
|
<b-table-column field="tipo" label="Tipo" v-slot="props" centered>
|
||||||
<span>{{ props.row.Carrito.TipoCarrito.tipoCarrito }}</span>
|
<span>{{ props.row.Carrito.tipoCarrito.tipo_carrito }}</span>
|
||||||
</b-table-column>
|
|
||||||
|
|
||||||
<b-table-column field="programa" label="Programa" v-slot="props" centered>
|
|
||||||
<span v-if="props.row.Programa">{{ props.row.Programa.programa }}</span>
|
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column field="carrito" label="Carrito" v-slot="props" centered>
|
<b-table-column field="carrito" label="Carrito" v-slot="props" centered>
|
||||||
<span>{{ props.row.Carrito.carrito }}</span>
|
<span>{{ props.row.carrito.carrito }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column field="modulo" label="Módulo" v-slot="props" centered>
|
<b-table-column field="modulo" label="Módulo" v-slot="props" centered>
|
||||||
<span>{{ props.row.Carrito.Modulo.modulo }}</span>
|
<span>{{ props.row.carrito.modulo.modulo }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
</b-table>
|
</b-table>
|
||||||
</section>
|
</section>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
v-slot="props"
|
v-slot="props"
|
||||||
centered
|
centered
|
||||||
>
|
>
|
||||||
<span v-if="props.row.Carrera">{{ props.row.Carrera.carrera }}</span>
|
<span v-if="props.row.carrera">{{ props.row.carrera.carrera }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
|
|
||||||
<b-table-column
|
<b-table-column
|
||||||
@ -31,17 +31,17 @@
|
|||||||
v-slot="props"
|
v-slot="props"
|
||||||
centered
|
centered
|
||||||
>
|
>
|
||||||
<span>{{ props.row.TipoUsuario.tipoUsuario }}</span>
|
<span>{{ props.row.tipoUsuario.tipo_usuario }}</span>
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
</b-table>
|
</b-table>
|
||||||
|
|
||||||
<div class="panel">
|
<!-- <div class="panel">
|
||||||
<p class="panel-heading">Alumnos Actualizados</p>
|
<p class="panel-heading">Alumnos Actualizados</p>
|
||||||
|
|
||||||
<p v-for="(uU, i) in usuariosUpdate" :key="i" class="panel-block">
|
<p v-for="(uU, i) in usuariosUpdate" :key="i" class="panel-block">
|
||||||
{{ uU }}
|
{{ uU }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user