funcion/refactor-general #45
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
: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) * producto.precio}` }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue