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 }">
|
||||
<QTd>
|
||||
<QBadge
|
||||
text-color="black"
|
||||
:text-color="
|
||||
totalPriceColor(row.totalWithVat) === 'warning'
|
||||
? 'black'
|
||||
: 'white'
|
||||
"
|
||||
:color="totalPriceColor(row.totalWithVat)"
|
||||
class="q-ma-none"
|
||||
dense
|
||||
|
|
Loading…
Reference in New Issue