Ergänze Entwurfsstatus für Termine und Plantafel

This commit is contained in:
2026-05-19 12:18:30 +02:00
parent 0ac22d346f
commit ea392af094
6 changed files with 176 additions and 7 deletions

View File

@@ -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",