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>
<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>