Formato
This commit is contained in:
parent
2970982c77
commit
8eb385c67e
1 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ this.producto.nombre }}</td>
|
<td>{{ this.producto.nombre }}</td>
|
||||||
<td class="has-text-right">
|
<td class="has-text-right">
|
||||||
<producto-cantidad
|
<producto-cantidad
|
||||||
:producto_id="producto.id"
|
:producto_id="producto.id"
|
||||||
:requiere_notas="producto.requiere_notas">
|
:requiere_notas="producto.requiere_notas">
|
||||||
</producto-cantidad>
|
</producto-cantidad>
|
||||||
</td>
|
</td>
|
||||||
<td class="has-text-right">{{ cantidad(producto.id) }}</td>
|
<td class="has-text-right">{{ cantidad(producto.id) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue