This commit is contained in:
2024-07-02 18:38:11 +02:00
parent d2da96eaa3
commit d327277bac
14 changed files with 288 additions and 20 deletions

View File

@@ -73,6 +73,10 @@ const templateColumns = [
{
key: "paid",
label: "Bezahlt"
},
{
key: "paymentType",
label: "Zahlart"
}
]
const selectedColumns = ref(templateColumns)