Added Phases to Projects
This commit is contained in:
@@ -85,10 +85,20 @@ setupPage()
|
||||
{{currentItem.name}}
|
||||
</template>
|
||||
|
||||
<InputGroup>
|
||||
<UButton
|
||||
v-if="currentItem.project"
|
||||
@click="router.push(`/projects/show/${currentItem.project}`)"
|
||||
class="mb-3"
|
||||
>
|
||||
Zum Projekt
|
||||
</UButton>
|
||||
</InputGroup>
|
||||
|
||||
|
||||
Beschreibung:<br>
|
||||
{{currentItem.description}}<br>
|
||||
|
||||
Projekt: {{currentItem.project ? dataStore.getProjectById(currentItem.project).name : "Kein Projekt zugeordnet"}}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user