This commit is contained in:
2021-10-04 23:03:52 +00:00
parent c2a3f49c0f
commit 2c909146ea
2 changed files with 4 additions and 6 deletions

View File

@@ -786,4 +786,4 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD 133 CHANGES OF NOTE
-
- Work order header status control, moved click detection to outer div (just like signature control) so can more easily click anywhere on it to open the work order status control for setting

View File

@@ -4,14 +4,12 @@
<span class="text-caption">{{ $ay.t("WorkOrderStatus") }}</span>
</div>
<template>
<div class="mb-6 mb-sm-0">
<v-btn icon class="ml-n1 mr-2" @click="openDialog = true">
<div class="mb-6 mb-sm-0" @click="openDialog = true">
<v-btn icon class="ml-n1 mr-2">
<v-icon>{{ openIcon() }}</v-icon>
</v-btn>
<span class="text-h6" @click="openDialog = true">{{
pvm.currentState.name
}}</span>
<span class="text-h6">{{ pvm.currentState.name }}</span>
<v-icon :color="pvm.currentState.color" class="ml-4">$ayiFlag</v-icon>
<v-icon color="primary" v-if="pvm.currentState.locked" class="ml-4"
>$ayiLock</v-icon