#7353 - Monitors requested changes #507
|
@ -14,10 +14,10 @@ const stateStore = useStateStore();
|
||||||
const expanded = ref(true);
|
const expanded = ref(true);
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
stateStore.rightDrawer = true;
|
stateStore.leftDrawer = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
onUnmounted(() => (stateStore.rightDrawer = false));
|
onUnmounted(() => (stateStore.leftDrawer = true));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -63,9 +63,9 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
||||||
</template>
|
</template>
|
||||||
</QExpansionItem>
|
</QExpansionItem>
|
||||||
</QCard>
|
</QCard>
|
||||||
<QCard class="full-width q-mb-lg">
|
<QCard class="full-width">
|
||||||
<QItem class="justify-between">
|
<QItem class="justify-between">
|
||||||
<QItemLabel class="slider-container">
|
<QItemLabel class="col slider-container">
|
||||||
<span class="text-body1"
|
<span class="text-body1"
|
||||||
>{{ t('salesMonitor.ticketsMonitor') }}
|
>{{ t('salesMonitor.ticketsMonitor') }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue