Changed NumberRange Structure to Tenant JSON Column

This commit is contained in:
2024-08-10 14:25:56 +02:00
parent 4ded159c49
commit 98d14a3e34
8 changed files with 674 additions and 368 deletions

View File

@@ -111,8 +111,8 @@ const templateColumns = [
sortable: true
},
{
key: "description",
label: "Beschreibung"
key: "notes",
label: "Notizen"
}
]
const selectedColumns = ref(templateColumns)