Added Times Entry for in project Display

This commit is contained in:
2025-06-01 18:23:34 +02:00
parent 4346fbffe5
commit 08f104d4c9
3 changed files with 128 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
<script setup>
import EntityShowSubTimes from "~/components/EntityShowSubTimes.vue";
const props = defineProps({
type: {
required: true,
@@ -251,6 +253,12 @@ const onTabChange = (index) => {
v-else-if="tab.label === 'Buchungen'"
:platform="platform"
/>
<EntityShowSubTimes
:top-level-type="type"
:item="props.item"
v-else-if="tab.label === 'Zeiten'"
:platform="platform"
/>
<EntityShowSub