case 4327

This commit is contained in:
2022-12-03 00:56:09 +00:00
parent 4c763e6727
commit ace491f3f1
3 changed files with 12 additions and 1 deletions

View File

@@ -252,6 +252,9 @@
>{{ evInfo.serial }}&nbsp; {{ evInfo.customerViz }}</span
>
</div>
<div>
{{ evInfo.wosummary }}
</div>
<div>
<span class="text-h6">{{ $ay.t("Tags") }}:</span>
<span class="text-body-1 ml-2">{{

View File

@@ -168,6 +168,9 @@
>{{ evInfo.serial }}&nbsp; {{ evInfo.customerViz }}</span
>
</div>
<div>
{{ evInfo.wosummary }}
</div>
<div>
<span class="text-h6">{{ $ay.t("Tags") }}:</span>
<span class="text-body-1 ml-2">{{

View File

@@ -143,6 +143,7 @@
$ayiLock</v-icon
>
</div>
<div>The quick brown fox jumped over the six lazy dogs</div>
<div
v-if="event.editable"
class="v-event-drag-bottom"
@@ -204,6 +205,9 @@
>{{ evInfo.serial }}&nbsp; {{ evInfo.customerViz }}</span
>
</div>
<div>
{{ evInfo.wosummary }}
</div>
<div>
<span class="text-h6">{{ $ay.t("Tags") }}:</span>
<span class="text-body-1 ml-2">{{
@@ -1155,7 +1159,8 @@ async function fetchTranslatedText() {
"WorkOrderItemScheduledUserEstimatedQuantity",
"WorkOrderItemScheduledUserServiceRateID",
"WorkOrderItemTags",
"NewCustomer"
"NewCustomer",
"Customer"
]);
}
</script>