cambios del 24 de abril
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
<base-input
|
||||
label="Fecha"
|
||||
v-model="newCompra.fecha"
|
||||
type="Date"
|
||||
type="Date" required
|
||||
|
||||
></base-input>
|
||||
<base-input
|
||||
label="Descripcion"
|
||||
v-model="newCompra.detalle"
|
||||
|
||||
></base-input>
|
||||
<base-input
|
||||
label="Valor"
|
||||
@@ -22,7 +23,7 @@
|
||||
v-model="newCompra.valor"
|
||||
></base-input>
|
||||
<base-input label="Metodo de pago">
|
||||
<select class="form-control" v-model="newCompra.metodo_pago">
|
||||
<select class="form-control" v-model="newCompra.metodopago" >
|
||||
<option v-for="metodo in metodos_pago">
|
||||
{{ metodo.metodo }}
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user