refactor: refs #8277 simplify QBadge usage in invoice creation component
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
a02174af7b
commit
3d1da8345c
|
@ -407,10 +407,7 @@ async function createInvoice() {
|
|||
</span>
|
||||
</template>
|
||||
<template #column-company="{ row }">
|
||||
<QBadge
|
||||
:style="{ backgroundColor: row.color ? `#${row.color}` : 'transparent' }"
|
||||
:label="row.company"
|
||||
/>
|
||||
<QBadge :color="row.color ?? 'transparent'" :label="row.company" />
|
||||
</template>
|
||||
<template #column-gestDocFk="{ row }">
|
||||
<span class="link" @click.stop="downloadFile(row.gestDocFk)">
|
||||
|
|
Loading…
Reference in New Issue