fix: refs #8315 ticketBoxing test
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Alex Moreno 2024-12-17 14:48:16 +01:00
parent cbb1bb6f60
commit 997a6d18bc
1 changed files with 61 additions and 65 deletions

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>