forked from verdnatura/salix-front
Merge branch 'dev' into 6243-generalizeCmrSection
This commit is contained in:
commit
f9b688fc37
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue