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>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template #column-company="{ row }">
|
<template #column-company="{ row }">
|
||||||
<QBadge
|
<QBadge :color="row.color ?? 'transparent'" :label="row.company" />
|
||||||
:style="{ backgroundColor: row.color ? `#${row.color}` : 'transparent' }"
|
|
||||||
:label="row.company"
|
|
||||||
/>
|
|
||||||
</template>
|
</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)">
|
||||||
|
|
Loading…
Reference in New Issue