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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
be41253d1e
commit
a0e3aab4e0
|
@ -406,6 +406,12 @@ async function createInvoice(isAgricultural) {
|
||||||
<EntryDescriptorProxy :id="row.id" />
|
<EntryDescriptorProxy :id="row.id" />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
<template #column-company="{ row }">
|
||||||
|
{{ row.color }}
|
||||||
|
<QBadge :color="{ 'background-color': `${row.color} !important` }">
|
||||||
|
{{ row.company }}
|
||||||
|
</QBadge>
|
||||||
|
</template>
|
||||||
<template #column-gestDocFk="{ row }">
|
<template #column-gestDocFk="{ row }">
|
||||||
<span class="link" @click.stop="downloadFile(row.gestDocFk)">
|
<span class="link" @click.stop="downloadFile(row.gestDocFk)">
|
||||||
{{ row.gestDocFk }}
|
{{ row.gestDocFk }}
|
||||||
|
|
Loading…
Reference in New Issue