merge error
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="container mt-5">
|
||||
<p class="is-size-2 mb-5">Lista de responsables</p>
|
||||
<div class="columns">
|
||||
<div class="column is-3 mb-4 pb-4">
|
||||
<b-field>
|
||||
@@ -19,7 +20,6 @@
|
||||
icon="school"
|
||||
rounded
|
||||
v-model="correo"
|
||||
maxlength="9"
|
||||
>
|
||||
</b-input>
|
||||
</b-field>
|
||||
@@ -44,9 +44,7 @@
|
||||
@page-change="onPageChange"
|
||||
>
|
||||
<b-table-column field="nombre" label="Nombre" v-slot="props" centered>
|
||||
<span @click="verRegistro(props.row)">{{
|
||||
props.row.nombre
|
||||
}}</span>
|
||||
<span @click="verRegistro(props.row)">{{ props.row.nombre }}</span>
|
||||
</b-table-column>
|
||||
<b-table-column
|
||||
field="correo"
|
||||
@@ -54,9 +52,7 @@
|
||||
v-slot="props"
|
||||
centered
|
||||
>
|
||||
<span @click="verRegistro(props.row)">{{
|
||||
props.row.usuario
|
||||
}}</span>
|
||||
<span @click="verRegistro(props.row)">{{ props.row.usuario }}</span>
|
||||
</b-table-column>
|
||||
</b-table>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user