#5938 Fix & Fine Advance Tickets #690

Merged
jsegarra merged 5 commits from 5938_fine_ticketAdvance into dev 2024-09-11 06:30:12 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 7bc288ad71 - Show all commits

View File

@ -635,6 +635,7 @@ onMounted(async () => {
<template #body-cell-state="{ row }"> <template #body-cell-state="{ row }">
<QTd> <QTd>
<QBadge <QBadge
v-if="row.state"
text-color="black" text-color="black"
:color="row.classColor" :color="row.classColor"
class="q-ma-none" class="q-ma-none"
@ -642,6 +643,7 @@ onMounted(async () => {
> >
{{ row.state }} {{ row.state }}
</QBadge> </QBadge>
<span v-else> {{ dashIfEmpty(row.state) }}</span>
</QTd> </QTd>
</template> </template>
<template #body-cell-import="{ row }"> <template #body-cell-import="{ row }">