Agregada opcion de rutas
This commit is contained in:
parent
d4a2735af5
commit
228b1b63bc
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ export default {
|
|||
nombre: "Pedido barrial en csv",
|
||||
href: `/comisiones/pedidos/${this.grupo_de_compra.id}/`
|
||||
},
|
||||
{
|
||||
nombre: "Notas en csv",
|
||||
href: `/comisiones/pedidos/${this.grupo_de_compra.id}/notas`
|
||||
},
|
||||
{
|
||||
nombre: "Pedido de ollas en csv",
|
||||
href: `/comisiones/pedidos/${this.grupo_de_compra.id}/ollas`
|
||||
|
|
Loading…
Add table
Reference in a new issue