Added startDateTime.vue endDateTime.vue

Added components to Events Datatype
This commit is contained in:
2025-02-14 17:21:20 +01:00
parent e448bac0d8
commit f6c1dc1cab
3 changed files with 34 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ import sellingPriceComposedWorker from "~/components/columnRenderings/sellingPri
import sellingPriceComposedTotal from "~/components/columnRenderings/sellingPriceComposedTotal.vue"
import startDate from "~/components/columnRenderings/startDate.vue"
import endDate from "~/components/columnRenderings/endDate.vue"
import startDateTime from "~/components/columnRenderings/startDateTime.vue"
import endDateTime from "~/components/columnRenderings/endDateTime.vue"
import serviceCategories from "~/components/columnRenderings/serviceCategories.vue"
import phase from "~/components/columnRenderings/phase.vue"
@@ -1550,12 +1552,14 @@ export const useDataStore = defineStore('data', () => {
label: "Start",
required: true,
inputType: "datetime",
component: startDateTime
},
{
key: "endDate",
label: "Ende",
required: true,
inputType: "datetime",
component: endDateTime
},/*{
key: "eventtype",
label: "Typ",