Added Categorie Input to Tasks

This commit is contained in:
2025-03-05 19:12:03 +01:00
parent 29860684cb
commit 3d83100eda

View File

@@ -98,6 +98,13 @@ export const useDataStore = defineStore('data', () => {
key: "categorie", key: "categorie",
label: "Kategorie", label: "Kategorie",
required: true, required: true,
inputType: "select",
selectValueAttribute: "label",
selectManualOptions: [
{label:"Offen"},
{label:"In Bearbeitung"},
{label:"Abgeschlossen"}
],
},{ },{
key: "profile", key: "profile",
label: "Mitarbeiter", label: "Mitarbeiter",