forked from verdnatura/salix-front
replace value sale.itemFk
This commit is contained in:
parent
5a66af341f
commit
d10f6b4d6c
|
@ -221,7 +221,7 @@ const openCreateModal = () => createTicketRequestDialogRef.value.show();
|
||||||
<template #body-cell-saleFk="{ row }">
|
<template #body-cell-saleFk="{ row }">
|
||||||
<QTd @click.stop>
|
<QTd @click.stop>
|
||||||
<QBtn v-if="row.saleFk" flat color="primary">
|
<QBtn v-if="row.saleFk" flat color="primary">
|
||||||
{{ row.requester?.user?.nickname }}
|
{{ row.sale.itemFk }}
|
||||||
<ItemDescriptorProxy :id="row.sale.itemFk" />
|
<ItemDescriptorProxy :id="row.sale.itemFk" />
|
||||||
</QBtn>
|
</QBtn>
|
||||||
</QTd>
|
</QTd>
|
||||||
|
|
Loading…
Reference in New Issue