Zone Upcoming deliveries #381

Merged
jsegarra merged 6 commits from :feature/UpcomingDeliveries into dev 2024-05-24 06:14:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cabee09052 - Show all commits

View File

@ -63,7 +63,7 @@ onMounted(() => weekdayStore.initStore());
<span class="header">
{{ getHeaderTitle(detail.shipped) }}
</span>
<QTable :columns="columns" :rows="detail.lines" class="full-width" />
<QTable flat :columns="columns" :rows="detail.lines" class="full-width" />
</div>
</QCard>
</QPage>