Ergänze Entwurfsstatus für Termine und Plantafel
This commit is contained in:
@@ -3089,6 +3089,19 @@ export const useDataStore = defineStore('data', () => {
|
||||
inputType: "bool",
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
key: "state",
|
||||
label: "Status",
|
||||
inputType: "select",
|
||||
selectManualOptions: ["Entwurf", "Final"],
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
key: "color",
|
||||
label: "Farbe",
|
||||
inputType: "text",
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
key: "startDate",
|
||||
label: "Start",
|
||||
|
||||
Reference in New Issue
Block a user