Arreglo tags

This commit is contained in:
Alejandro Tasistro 2024-09-17 21:42:55 -03:00
parent 744b867af3
commit 5c1fa931eb
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
<td v-if="$root.devoluciones" class="has-text-right" ><abbr :title="pedido.devoluciones_notas">-{{ pedido.devoluciones_total }}</abbr></td>
<td class="has-text-right" >{{ $root.devoluciones ? pedido.total_menos_devoluciones : pedido.total }}</td>
<td>
<pedidos-admin-switch-aprobacion
<admin-switch-aprobacion
:pedido="pedido">
</pedidos-admin-switch-aprobacion>
</admin-switch-aprobacion>
</td>
</tr>
</template>

View File

@ -11,10 +11,10 @@
</tr>
</thead>
<tbody>
<pedidos-admin-fila-pedido
<admin-fila-pedido
v-for="pedido in this.pedidos"
:pedido="pedido" :key="pedido.id">
</pedidos-admin-fila-pedido>
</admin-fila-pedido>
</tbody>
</table>
<table class="table is-striped is-bordered">