diff --git a/components/columnRenderings/endDateTime.vue b/components/columnRenderings/endDateTime.vue new file mode 100644 index 0000000..10ebf50 --- /dev/null +++ b/components/columnRenderings/endDateTime.vue @@ -0,0 +1,15 @@ + + + diff --git a/components/columnRenderings/startDateTime.vue b/components/columnRenderings/startDateTime.vue new file mode 100644 index 0000000..201b889 --- /dev/null +++ b/components/columnRenderings/startDateTime.vue @@ -0,0 +1,15 @@ + + + diff --git a/stores/data.js b/stores/data.js index ccdbe2b..e99bdb4 100644 --- a/stores/data.js +++ b/stores/data.js @@ -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",