feat: refs #6564 add agency & ticket list #1108

Merged
jorgep merged 26 commits from 6564-enhanceTicketAdvance into dev 2025-04-11 09:11:12 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit aa91209ab7 - Show all commits

View File

@ -351,13 +351,13 @@ const confirmAction = (action) => {
props: {
columns: [
{
align: 'center',
align: 'left',
label: t('advanceTickets.destination'),
name: 'id',
Review

Válidado con Paco Rico.

Válidado con Paco Rico.
field: (row) => row.id,
},
{
align: 'center',
align: 'left',
label: t('advanceTickets.origin'),
name: 'futureId',
field: (row) => row.futureId,