cambio visual notas de devoluciones

This commit is contained in:
Alejandro Tasistro 2024-07-17 17:25:41 -03:00
parent 6f1b4581ce
commit 32d84879c7
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
<th></th>
</tr>
<tr v-if="this.$root.devoluciones">
<th><p :title="this.$root.pedido.devoluciones_notas">Devoluciones</p></th>
<th class="has-text-right"></th>
<th><p>Devoluciones</p></th>
<td><p :title="this.$root.pedido.devoluciones_notas">...</p></td>
<th class="has-text-right">-{{ this.$root.pedido.devoluciones_total }}</th>
<th>
<button @click.capture="modificarDevoluciones()" class="button is-warning">
@ -34,7 +34,7 @@
<tr>
<th>Total total</th>
<th></th>
<th>{{ total }}</th>
<th class="has-text-right">{{ total }}</th>
<th></th>
<th></th>
</tr>