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

View File

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