feat(EntryPreAccount): refs #8277 add company color badge to invoice entry table
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-04-10 11:33:19 +02:00
parent be41253d1e
commit a0e3aab4e0
1 changed files with 6 additions and 0 deletions

View File

@ -406,6 +406,12 @@ async function createInvoice(isAgricultural) {
<EntryDescriptorProxy :id="row.id" />
</span>
</template>
<template #column-company="{ row }">
{{ row.color }}
<QBadge :color="{ 'background-color': `${row.color} !important` }">
{{ row.company }}
</QBadge>
</template>
<template #column-gestDocFk="{ row }">
<span class="link" @click.stop="downloadFile(row.gestDocFk)">
{{ row.gestDocFk }}