Tickets future #461

Merged
jsegarra merged 10 commits from :feature/TicketsFuture into dev 2024-06-25 12:30:35 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit d63d3a9c77 - Show all commits

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