funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit 9c234107e8 - Show all commits

View file

@ -11,6 +11,7 @@ export default defineComponent({
components: { CantidadOllas, NavMigas, Chismosa, Canasta },
computed: {
...mapState('ui', ["show_chismosa"]),
...mapState('login', ["rol"])
},
methods: {
...mapActions('productos', ["init"]),
@ -24,7 +25,7 @@ export default defineComponent({
<template>
<div>
<nav-migas/>
<cantidad-ollas/>
<cantidad-ollas v-if="rol === 'ollas'"/>
<div class="columns">
<div class="column" :class="{ 'is-two-thirds-desktop is-hidden-touch': show_chismosa }">
<slot name="cartel"></slot>