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