forked from nathalie/pedi2
no renderiza si no estan habilitadas las devoluciones
This commit is contained in:
parent
749940233d
commit
105335a773
|
@ -16,7 +16,7 @@
|
||||||
</pedidos-admin-fila-pedido>
|
</pedidos-admin-fila-pedido>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<table class="table is-striped is-bordered">
|
<table v-if="$root.devoluciones" class="table is-striped is-bordered">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" class="has-background-black has-text-white has-text-centered">TOTALES</th>
|
<th colspan="2" class="has-background-black has-text-white has-text-centered">TOTALES</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue