refactor: refs #6899 corrected Lilium styles and functionalities #304

Merged
jon merged 10 commits from 6899-endInvoiceOutMigration into dev 2024-04-24 07:36:51 +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>