Added Categorie Input to Tasks
This commit is contained in:
@@ -98,6 +98,13 @@ export const useDataStore = defineStore('data', () => {
|
||||
key: "categorie",
|
||||
label: "Kategorie",
|
||||
required: true,
|
||||
inputType: "select",
|
||||
selectValueAttribute: "label",
|
||||
selectManualOptions: [
|
||||
{label:"Offen"},
|
||||
{label:"In Bearbeitung"},
|
||||
{label:"Abgeschlossen"}
|
||||
],
|
||||
},{
|
||||
key: "profile",
|
||||
label: "Mitarbeiter",
|
||||
|
||||
Reference in New Issue
Block a user