Added Chat
Restructured Calendar Some Changes in Timetracking
This commit is contained in:
@@ -20,6 +20,9 @@ const tabItems = [
|
||||
key: "phases",
|
||||
label: "Phasen"
|
||||
},*/{
|
||||
key: "information",
|
||||
label: "Informationen"
|
||||
},{
|
||||
key: "tasks",
|
||||
label: "Aufgaben"
|
||||
},/*{
|
||||
@@ -31,6 +34,9 @@ const tabItems = [
|
||||
},{
|
||||
key: "timetracking",
|
||||
label: "Zeiterfassung"
|
||||
},{
|
||||
key: "events",
|
||||
label: "Termine"
|
||||
}/*,{
|
||||
key: "material",
|
||||
label: "Material"
|
||||
@@ -421,6 +427,10 @@ setupPage()
|
||||
|
||||
</UTable>
|
||||
</div>
|
||||
<div v-else-if="item.key === 'events'" class="space-y-3">
|
||||
{{dataStore.getEventsByProjectId(currentItem.id)}}
|
||||
|
||||
</div>
|
||||
<!--
|
||||
<div v-else-if="item.key === 'material'" class="space-y-3">
|
||||
<p>Hier wird aktuell noch gearbeitet</p>
|
||||
|
||||
Reference in New Issue
Block a user