forked from verdnatura/salix-front
refs #7283 fix request
This commit is contained in:
parent
339f6e810b
commit
f29d873ed4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue