0
0
Fork 0

Merge branch 'feature/UpcomingDeliveries' of https://gitea.verdnatura.es/hyervoni/salix-front-mindshore into feature/UpcomingDeliveries

This commit is contained in:
Javier Segarra 2024-05-24 08:13:40 +02:00
commit cabee09052
1 changed files with 1 additions and 1 deletions

View File

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