Formato
This commit is contained in:
parent
d6990f8c88
commit
e779111856
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
|||
<td class="has-text-right" >
|
||||
{{ devoluciones_habilitadas ? pedido.total : pedido.total_sin_devoluciones }}
|
||||
</td>
|
||||
<td><switch-aprobacion :pedido_id="pedido_id"></switch-aprobacion></td>
|
||||
<td>
|
||||
<switch-aprobacion :pedido_id="pedido_id"/>
|
||||
</td>
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue