Ticket purchase request #479

Merged
jsegarra merged 6 commits from :feature/TicketPurchaseRequest into dev 2024-06-25 20:36:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d10f6b4d6c - Show all commits

View File

@ -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 }}
jsegarra marked this conversation as resolved Outdated

Ayayayaya copy-paste, mostramos el nickname cuando es el ItemDescriptor?

Ayayayaya copy-paste, mostramos el nickname cuando es el ItemDescriptor?
<ItemDescriptorProxy :id="row.sale.itemFk" /> <ItemDescriptorProxy :id="row.sale.itemFk" />
</QBtn> </QBtn>
</QTd> </QTd>