diff --git a/components/EntityEdit.vue b/components/EntityEdit.vue index 4c05219..7e1a4c3 100644 --- a/components/EntityEdit.vue +++ b/components/EntityEdit.vue @@ -1,6 +1,7 @@ + + + + \ No newline at end of file diff --git a/stores/data.js b/stores/data.js index b35b8f9..7238447 100644 --- a/stores/data.js +++ b/stores/data.js @@ -1687,6 +1687,11 @@ export const useDataStore = defineStore('data', () => { label: "Zusammensetzung Materialpreis pro Einheit", inputType: "materialComposing", }, + { + key: "personalComposing", + label: "Zusammensetzung Personal pro Einheit", + inputType: "personalComposing", + }, { key: "sellingPriceComposed.total", label: "Verkaufspreis Gesamt pro Einheit",