0
0
Fork 0

refs #7283 fix request

This commit is contained in:
Carlos Satorres 2024-07-16 12:15:39 +02:00
parent 339f6e810b
commit f29d873ed4
1 changed files with 1 additions and 2 deletions

View File

@ -120,13 +120,13 @@ const columns = computed(() => [
name: 'concept',
align: 'left',
sortable: true,
component: 'input',
},
{
label: t('item.buyRequest.state'),
field: 'state',
name: 'state',
align: 'left',
sortable: true,
},
{
label: '',
@ -252,7 +252,6 @@ onBeforeMount(() => {
<TicketDescriptorProxy :id="row.ticketFk" />
</QTd>
</template>
<template #body-cell-shipped="{ row }">
<QTd>
<QBadge