7336_devToTest #354

Merged
alexm merged 359 commits from 7336_devToTest into test 2024-05-07 06:34:00 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 6021e1e4ce - Show all commits

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>
@ -211,7 +213,7 @@ const downloadCSV = async () => {
border-radius: 4px;
padding: 6px;
}
.no-uppercase{
.no-uppercase {
text-transform: none;
}
</style>