This commit is contained in:
2021-09-17 15:07:25 +00:00
parent f5163ee8c7
commit e8b8695f18
2 changed files with 21 additions and 13 deletions

View File

@@ -69,18 +69,31 @@
</div>
</v-col>
<v-col cols="12">
<v-btn @click="helpEvaluate()" class="my-8 mr-16">{{
$ay.t("EvaluationGuide")
}}</v-btn>
<v-btn
large
color="primary"
text
@click="helpEvaluate()"
class="my-8 mr-16"
>{{ $ay.t("EvaluationGuide") }}</v-btn
>
<v-btn
large
color="primary"
text
:href="supportLink()"
target="_blank"
class="my-8 mr-12"
>{{ $ay.t("HelpTechSupport") }}</v-btn
>
<v-btn @click="seedDialog = !seedDialog" class="my-8 mr-12">{{
$ay.t("GenerateSampleData")
}}</v-btn>
<v-btn
large
color="primary"
text
@click="seedDialog = !seedDialog"
class="my-8 mr-12"
>{{ $ay.t("GenerateSampleData") }}</v-btn
>
</v-col>
</v-col>
</v-row>

View File

@@ -94,7 +94,7 @@
</v-toolbar>
<v-card-text>
<!--woitemscheduleduser -->
<div v-if="selectedEvent.type == 41">
<template v-if="selectedEvent.type == 41">
<div>
<span class="text-h6">{{ $ay.t("WorkOrder") }}:</span>
<span class="text-body-1 ml-2"
@@ -177,7 +177,7 @@
$ay.util().formatTags(evInfo.woitemtags)
}}</span>
</div>
</div>
</template>
</v-card-text>
<v-card-actions>
<v-btn color="primary" text @click="openScheduledItem()">{{
@@ -250,11 +250,6 @@ SETTINGS:
TODO NEXT:
MORE INFO DISPLAY
event-more-text string to display instead of "more..." needs to be localized
create new wo/reminder
Test: overlapping sched items that start or end outside of view
this is a test of the query in schedulecontroller at server