forked from verdnatura/salix-front
Merge branch 'feature/UpcomingDeliveries' of https://gitea.verdnatura.es/hyervoni/salix-front-mindshore into feature/UpcomingDeliveries
This commit is contained in:
commit
cabee09052
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue