0
0
Fork 0

Center ticket field

This commit is contained in:
Kevin Martinez 2024-01-25 00:03:26 -04:00
parent c013c9054f
commit 103e2f65dc
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ const ticketColumns = ref([
label: t('route.summary.ticket'),
field: (row) => row?.id,
sortable: false,
align: 'right',
align: 'center',
},
{
name: 'observations',
@ -237,7 +237,7 @@ const openBuscaman = async (route, ticket) => {
</QTd>
</template>
<template #body-cell-ticket="{ value, row }">
<QTd auto-width>
<QTd auto-width class="text-center">
<span class="text-primary cursor-pointer">
{{ value }}
<TicketDescriptorProxy :id="row?.id" />