8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 90a34d56f7 - Show all commits

View File

@ -186,9 +186,9 @@ watch(
originElRef.value.setAttribute('colspan', '9');
destinationElRef.value.textContent = `${t(
'advanceTickets.destination',
'advanceTickets.origin',
)} ${toDateTimeFormat(vnTableRef.value.params.dateToAdvance)}`;
originElRef.value.textContent = `${t('advanceTickets.origin')} ${toDateTimeFormat(
originElRef.value.textContent = `${t('advanceTickets.destination')} ${toDateTimeFormat(
vnTableRef.value.params.dateFuture,
)}`;
@ -203,7 +203,7 @@ watch(
() => {
if (originElRef.value && destinationElRef.value) {
destinationElRef.value.textContent = `${t(
'advanceTickets.destination',
'advanceTickets.origin',
)} ${toDateTimeFormat(vnTableRef.value.params.dateToAdvance)}`;
originElRef.value.textContent = `${t('advanceTickets.origin')} ${toDateTimeFormat(
vnTableRef.value.params.dateFuture,
@ -360,7 +360,7 @@ watch(
</span>
</template>
<template #column-id="{ row }">
<QBtn flat class="link" @click.stop>
<QBtn flat class="link" @click.stop dense>
{{ row.id }}
<TicketDescriptorProxy :id="row.id" />
</QBtn>