forked from verdnatura/salix-front
small change
This commit is contained in:
parent
c798874a9e
commit
d63d3a9c77
|
@ -459,7 +459,11 @@ onMounted(async () => {
|
||||||
<template #body-cell-import="{ row }">
|
<template #body-cell-import="{ row }">
|
||||||
<QTd>
|
<QTd>
|
||||||
<QBadge
|
<QBadge
|
||||||
text-color="black"
|
:text-color="
|
||||||
|
totalPriceColor(row.totalWithVat) === 'warning'
|
||||||
|
? 'black'
|
||||||
|
: 'white'
|
||||||
|
"
|
||||||
:color="totalPriceColor(row.totalWithVat)"
|
:color="totalPriceColor(row.totalWithVat)"
|
||||||
class="q-ma-none"
|
class="q-ma-none"
|
||||||
dense
|
dense
|
||||||
|
|
Loading…
Reference in New Issue