Added Times Entry for in project Display
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user