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