forked from verdnatura/salix-front
refactor: refs #6899 changed comercial value in negativeBases table
This commit is contained in:
parent
3f8cafd201
commit
6021e1e4ce
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue