Agregado boton para agregar barrio
This commit is contained in:
parent
54fe1ff601
commit
105767dab7
1 changed files with 6 additions and 0 deletions
|
@ -39,7 +39,13 @@ export default {
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<modal-barrio v-if="grupo_de_compra_actual"/>
|
<modal-barrio v-if="grupo_de_compra_actual"/>
|
||||||
|
<div class="is-flex is-justify-content-space-between mb-3">
|
||||||
|
<button class="button">
|
||||||
|
<span class="icon"><i class="fa fa-plus-circle"/></span>
|
||||||
|
<span>Agregar barrio</span>
|
||||||
|
</button>
|
||||||
<dropdown :opciones="opcionesDescarga" placeholder="Descargar planillas" :is-right="false"/>
|
<dropdown :opciones="opcionesDescarga" placeholder="Descargar planillas" :is-right="false"/>
|
||||||
|
</div>
|
||||||
<tabla-barrios/>
|
<tabla-barrios/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue