This commit is contained in:
parent
cbb1bb6f60
commit
997a6d18bc
|
@ -86,7 +86,6 @@ async function getVideoList(expeditionId, timed) {
|
|||
|
||||
<template>
|
||||
<Teleport to="#right-panel" v-if="stateStore.isHeaderMounted()">
|
||||
<QScrollArea class="fit">
|
||||
<QList bordered separator style="max-width: 318px">
|
||||
<QItem v-if="lastExpedition && videoList.length">
|
||||
<QItemSection>
|
||||
|
@ -139,9 +138,7 @@ async function getVideoList(expeditionId, timed) {
|
|||
<QItemSection>
|
||||
<QItemLabel caption>{{ t('globals.created') }}</QItemLabel>
|
||||
<QItemLabel>
|
||||
{{
|
||||
date.formatDate(expedition.created, 'YYYY-MM-DD HH:mm:ss')
|
||||
}}
|
||||
{{ date.formatDate(expedition.created, 'YYYY-MM-DD HH:mm:ss') }}
|
||||
</QItemLabel>
|
||||
<QItemLabel caption>{{ t('globals.item') }}</QItemLabel>
|
||||
<QItemLabel>{{ expedition.packagingItemFk }}</QItemLabel>
|
||||
|
@ -150,7 +147,6 @@ async function getVideoList(expeditionId, timed) {
|
|||
</QItemSection>
|
||||
</QItem>
|
||||
</QList>
|
||||
</QScrollArea>
|
||||
</Teleport>
|
||||
|
||||
<QCard>
|
||||
|
|
Loading…
Reference in New Issue