Some Changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user