From 0f1d13e961c9d10d3627928908eca5139eb9fc1b Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 28 Jan 2025 08:04:41 +0100 Subject: [PATCH] fix: use rightMenu --- src/pages/Ticket/Card/TicketVolume.vue | 48 +++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/pages/Ticket/Card/TicketVolume.vue b/src/pages/Ticket/Card/TicketVolume.vue index 3c9f579d4..71b16f878 100644 --- a/src/pages/Ticket/Card/TicketVolume.vue +++ b/src/pages/Ticket/Card/TicketVolume.vue @@ -11,6 +11,7 @@ import { useStateStore } from 'stores/useStateStore'; import { dashIfEmpty } from 'src/filters'; import axios from 'axios'; import VnTable from 'src/components/VnTable/VnTable.vue'; +import RightMenu from 'src/components/common/RightMenu.vue'; const route = useRoute(); const stateStore = useStateStore(); @@ -23,7 +24,7 @@ watch( async () => { await nextTick(); salesRef.value?.fetch(); - } + }, ); const salesFilter = computed(() => ({ @@ -100,29 +101,28 @@ onMounted(() => (stateStore.rightDrawer = true)); @on-fetch="(data) => applyVolumes(data)" auto-load /> - - - - - {{ t('volume.type') }}: - {{ dashIfEmpty(packingType.description) }} - - - - {{ t('volume.volume') }}: {{ packingType.volume }} - - - + + +