feat: ticketVolum 6 cols

This commit is contained in:
Javier Segarra 2025-02-24 02:32:27 +01:00
parent ed43f413f5
commit 403159629b
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ onMounted(() => (stateStore.rightDrawer = true));
<template #column-concept="{ row }">
<span>{{ row.item.name }}</span>
<span class="color-vn-label q-pl-md">{{ row.item.subName }}</span>
<FetchedTags :item="row.item" />
<FetchedTags :item="row.item" :columns="6" />
</template>
<template #column-volume="{ rowIndex }">
<span>{{ packingTypeVolume?.[rowIndex]?.volume }}</span>