Arreglo: precio total en vez de cantidad en chismosa

This commit is contained in:
Alejandro Tasistro 2025-06-15 13:04:53 -03:00
parent 17148d73f8
commit 214292bc8f

View file

@ -7,7 +7,7 @@
:requiere_notas="producto.requiere_notas">
</producto-cantidad>
</td>
<td class="has-text-right">{{ cantidad(producto.id) }}</td>
<td class="has-text-right">{{ `${cantidad(producto.id) * producto.precio}` }}</td>
</tr>
</template>
<script>