codigo del equipo
This commit is contained in:
parent
44f0b7400c
commit
96eceee281
@ -44,7 +44,7 @@
|
||||
</b-table>
|
||||
|
||||
<div v-if="mostrar">
|
||||
<Relog
|
||||
<Reloj
|
||||
:cambiarHora="cambiarHora"
|
||||
:diaSeleccion="diaSeleccion"
|
||||
tipo="cambiarHora"
|
||||
@ -57,13 +57,13 @@
|
||||
import axios from 'axios'
|
||||
import BotonDesactivar from '@/components/operador/BotonDesactivar'
|
||||
import HorasExcepcion from '@/components/admin/HorasExcepcion'
|
||||
import Relog from '@/components/admin/Relog'
|
||||
import Reloj from '@/components/admin/Reloj'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BotonDesactivar,
|
||||
HorasExcepcion,
|
||||
Relog,
|
||||
Reloj,
|
||||
},
|
||||
props: {
|
||||
admin: { type: Object, require: true },
|
||||
|
@ -60,6 +60,7 @@
|
||||
|
||||
<b-button
|
||||
class="my-5"
|
||||
label="Actualizar Información"
|
||||
type="is-link"
|
||||
v-show="equipo.id_equipo"
|
||||
@click="
|
||||
@ -72,9 +73,7 @@
|
||||
:disabled="mostrarBoton()"
|
||||
rounded
|
||||
expanded
|
||||
>
|
||||
Actualizar Información
|
||||
</b-button>
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -14,14 +14,13 @@
|
||||
|
||||
<div class="column is-2">
|
||||
<b-button
|
||||
label="Buscar"
|
||||
type="is-success"
|
||||
:disabled="!numeroInventario"
|
||||
@click="buscar()"
|
||||
rounded
|
||||
expanded
|
||||
>
|
||||
Buscar
|
||||
</b-button>
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user