feat: Add page send sales to tryton close #20
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import trytonIcon from '/src/assets/icons/tryton-icon.svg';
|
||||
import trytonIcon from '../assets/icons/tryton-icon.svg';
|
||||
export default {
|
||||
name: 'NavBar',
|
||||
data: () => ({
|
||||
@@ -58,6 +58,7 @@
|
||||
{ title: 'Compra adm', route: '/compra_admin', icon: 'mdi-cart'},
|
||||
{ title: 'Actualizar Productos De Tryton', route: '/sincronizar_productos_tryton', icon: 'trytonIcon'},
|
||||
{ title: 'Actualizar Clientes De Tryton', route: '/sincronizar_clientes_tryton', icon: 'trytonIcon'},
|
||||
{ title: 'Actualizar Ventas Tryton', route: '/sincronizar_ventas_tryton', icon: 'trytonIcon'}
|
||||
],
|
||||
}),
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user