8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
1 changed files with 61 additions and 65 deletions
Showing only changes of commit 997a6d18bc - Show all commits

View File

@ -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>