0
0
Fork 0

small change

This commit is contained in:
William Buezas 2024-06-19 10:24:56 -03:00
parent c798874a9e
commit d63d3a9c77
1 changed files with 5 additions and 1 deletions

View File

@ -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