Changes
This commit is contained in:
@@ -120,7 +120,7 @@ const filteredRows = computed(() => {
|
||||
{{dayjs(row.dueDate).format("DD.MM.YYYY")}}
|
||||
</template>
|
||||
<template #paid-data="{row}">
|
||||
<span v-if="row.paid" class="text-primary-500">Bezahlt</span>
|
||||
<span v-if="dataStore.bankstatements.find(x => x.assignments.find(y => y.type === 'incomingInvoice' && y.id === row.id))" class="text-primary-500">Bezahlt</span>
|
||||
<span v-else class="text-rose-600">Offen</span>
|
||||
</template>
|
||||
</UTable>
|
||||
|
||||
Reference in New Issue
Block a user