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>
|
||||||
<template #body-cell-comercial="{ row }">
|
<template #body-cell-comercial="{ row }">
|
||||||
<QTd>
|
<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" />
|
<WorkerDescriptorProxy :id="row.comercialId" />
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
|
@ -211,7 +213,7 @@ const downloadCSV = async () => {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
.no-uppercase{
|
.no-uppercase {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue