0
0
Fork 0

minor change

This commit is contained in:
Javi Gallego 2024-06-11 08:03:35 +02:00
parent 911ff376fd
commit d847b33def
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ const showBalancePdf = (balance) => {
<template #body-cell-employee="{ row }">
<QTd auto-width @click.stop>
<QBtn color="blue" flat no-caps>{{ row.userName }}</QBtn>
<WorkerDescriptorProxy :id="row.clientFk" />
<WorkerDescriptorProxy :id="row.workerFk" />
</QTd>
</template>