0
0
Fork 0

replace value sale.itemFk

This commit is contained in:
Javier Segarra 2024-06-25 10:33:15 +02:00
parent 5a66af341f
commit d10f6b4d6c
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ const openCreateModal = () => createTicketRequestDialogRef.value.show();
<template #body-cell-saleFk="{ row }">
<QTd @click.stop>
<QBtn v-if="row.saleFk" flat color="primary">
{{ row.requester?.user?.nickname }}
{{ row.sale.itemFk }}
<ItemDescriptorProxy :id="row.sale.itemFk" />
</QBtn>
</QTd>