This commit is contained in:
@@ -145,10 +145,10 @@
|
|||||||
:activator="selectedElement"
|
:activator="selectedElement"
|
||||||
offset-x
|
offset-x
|
||||||
>
|
>
|
||||||
<v-card color="grey lighten-4" min-width="360px" flat>
|
<v-card color="grey lighten-4" min-width="350px" flat>
|
||||||
<v-toolbar>
|
<v-toolbar>
|
||||||
<v-btn icon @click="openScheduledItem()">
|
<v-btn icon @click="openScheduledItem()">
|
||||||
<v-icon>{{ iconForSelectedEvent() }}</v-icon>
|
<v-icon color="primary">{{ iconForSelectedEvent() }}</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-toolbar-title>{{ selectedEvent.name }}</v-toolbar-title>
|
<v-toolbar-title>{{ selectedEvent.name }}</v-toolbar-title>
|
||||||
</v-toolbar>
|
</v-toolbar>
|
||||||
@@ -176,14 +176,21 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<!--review
|
<!--review -->
|
||||||
o.Name,
|
|
||||||
o.Notes,
|
|
||||||
o.ReviewDate,
|
|
||||||
o.CompletedDate,
|
|
||||||
o.CompletionNotes
|
|
||||||
-->
|
|
||||||
<template v-if="selectedEvent.type == $ay.ayt().Review">
|
<template v-if="selectedEvent.type == $ay.ayt().Review">
|
||||||
|
<div class="mb-1" v-if="evInfo.aType">
|
||||||
|
<v-icon
|
||||||
|
large
|
||||||
|
color="primary"
|
||||||
|
@click="openObject(evInfo.aType, evInfo.objectId)"
|
||||||
|
>{{ $ay.util().iconForType(evInfo.aType) }}</v-icon
|
||||||
|
><span
|
||||||
|
class="text-h6"
|
||||||
|
@click="openObject(evInfo.aType, evInfo.objectId)"
|
||||||
|
>
|
||||||
|
{{ evInfo.reviewObjectViz }}</span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="text-h6">{{ $ay.t("ReviewName") }}:</span>
|
<span class="text-h6">{{ $ay.t("ReviewName") }}:</span>
|
||||||
<span class="text-body-1 ml-2">{{ evInfo.name }}</span>
|
<span class="text-body-1 ml-2">{{ evInfo.name }}</span>
|
||||||
@@ -198,18 +205,7 @@
|
|||||||
<span class="text-h6">{{ $ay.t("ReviewNotes") }}:</span>
|
<span class="text-h6">{{ $ay.t("ReviewNotes") }}:</span>
|
||||||
<span class="text-body-1 ml-2"> {{ evInfo.notes }}</span>
|
<span class="text-body-1 ml-2"> {{ evInfo.notes }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-6" v-if="evInfo.aType">
|
|
||||||
<v-icon
|
|
||||||
large
|
|
||||||
@click="openObject(evInfo.aType, evInfo.objectId)"
|
|
||||||
>{{ $ay.util().iconForType(evInfo.aType) }}</v-icon
|
|
||||||
><span
|
|
||||||
class="text-h5"
|
|
||||||
@click="openObject(evInfo.aType, evInfo.objectId)"
|
|
||||||
>
|
|
||||||
{{ evInfo.reviewObjectViz }}</span
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<template v-if="evInfo.completedDate">
|
<template v-if="evInfo.completedDate">
|
||||||
<div>
|
<div>
|
||||||
<span class="text-h6"
|
<span class="text-h6"
|
||||||
|
|||||||
Reference in New Issue
Block a user