no renderiza si no estan habilitadas las devoluciones

This commit is contained in:
Alejandro Tasistro 2024-07-11 18:34:20 -03:00
parent 749940233d
commit 105335a773
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</pedidos-admin-fila-pedido>
</tbody>
</table>
<table class="table is-striped is-bordered">
<table v-if="$root.devoluciones" class="table is-striped is-bordered">
<tr>
<th colspan="2" class="has-background-black has-text-white has-text-centered">TOTALES</th>
</tr>
@ -109,4 +109,4 @@ export default {
<style>
</style>
</style>