Some Changes

This commit is contained in:
2023-12-21 16:05:13 +01:00
parent e792ed39c9
commit 537896503f
7 changed files with 356 additions and 60 deletions

View File

@@ -36,6 +36,16 @@ const {vendorInvoices } = storeToRefs(useDataStore())
const mode = ref("show")
const itemColumns = [
{
key: 'id',
label: "Id",
sortable: true
},
{
key: 'state',
label: "Status.",
sortable: true
},
{
key: 'vendor',
label: "Lieferantennr.",
@@ -50,7 +60,7 @@ const itemColumns = [
key: "date",
label: "Datum",
sortable: true
}
},
]