Table Tidying
This commit is contained in:
@@ -50,17 +50,14 @@ setupPage()
|
||||
const templateColumns = [
|
||||
{
|
||||
key: 'reference',
|
||||
label: "Referenz:",
|
||||
sortable: true
|
||||
label: "Referenz:"
|
||||
}, {
|
||||
key: 'state',
|
||||
label: "Status:",
|
||||
sortable: true
|
||||
label: "Status:"
|
||||
},
|
||||
{
|
||||
key: "date",
|
||||
label: "Datum",
|
||||
sortable: true
|
||||
label: "Datum"
|
||||
},
|
||||
{
|
||||
key: "vendor",
|
||||
|
||||
Reference in New Issue
Block a user