Table Tidying
This commit is contained in:
@@ -29,32 +29,26 @@ const setupPage = async () => {
|
|||||||
const templateColumns = [
|
const templateColumns = [
|
||||||
{
|
{
|
||||||
key: "account",
|
key: "account",
|
||||||
label: "Konto",
|
label: "Konto"
|
||||||
sortable: true
|
|
||||||
},{
|
},{
|
||||||
key: "valueDate",
|
key: "valueDate",
|
||||||
label: "Valuta",
|
label: "Valuta"
|
||||||
sortable: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "amount",
|
key: "amount",
|
||||||
label: "Betrag",
|
label: "Betrag"
|
||||||
sortable: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "openAmount",
|
key: "openAmount",
|
||||||
label: "Offener Betrag",
|
label: "Offener Betrag"
|
||||||
sortable: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "partner",
|
key: "partner",
|
||||||
label: "Name",
|
label: "Name"
|
||||||
sortable: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "text",
|
key: "text",
|
||||||
label: "Beschreibung",
|
label: "Beschreibung"
|
||||||
sortable: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
const selectedColumns = ref(templateColumns)
|
const selectedColumns = ref(templateColumns)
|
||||||
|
|||||||
Reference in New Issue
Block a user