Changed Booking

Changed Columns in Incoming Invoices
This commit is contained in:
2025-03-24 13:33:39 +01:00
parent b5b1741f21
commit ee1aa1bbed
2 changed files with 42 additions and 65 deletions

View File

@@ -81,6 +81,10 @@ const templateColumns = [
{
key: "paymentType",
label: "Zahlart"
},
{
key: "description",
label: "Beschreibung"
}
]
const selectedColumns = ref(templateColumns)