0
0
Fork 0

refactor: refs #6899 changed comercial value in negativeBases table

This commit is contained in:
Jon Elias 2024-04-19 07:37:33 +02:00
parent 3f8cafd201
commit 6021e1e4ce
1 changed files with 4 additions and 2 deletions

View File

@ -183,7 +183,9 @@ const downloadCSV = async () => {
</template>
<template #body-cell-comercial="{ row }">
<QTd>
<QBtn class="no-uppercase" flat dense color="blue">{{ row.comercialName }}</QBtn>
<QBtn class="no-uppercase" flat dense color="blue">{{
row.workerSocial
}}</QBtn>
<WorkerDescriptorProxy :id="row.comercialId" />
</QTd>
</template>