Added Categorie Input to Tasks
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user