This commit is contained in:
2021-04-05 18:28:13 +00:00
parent 9c07cf8646
commit 1ffcc6f99a
9 changed files with 17 additions and 12 deletions

View File

@@ -379,7 +379,7 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
<span class="text-caption">
{{ $ay.t("UserColor") }}
</span>
<v-color-picker

View File

@@ -369,7 +369,7 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
<span class="text-caption">
{{ $ay.t("UserColor") }}
</span>
<v-color-picker

View File

@@ -64,7 +64,7 @@
xl="3"
>
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
<span class="text-caption">
{{ $ay.t("ReminderColor") }}
</span>
<v-color-picker

View File

@@ -164,7 +164,7 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
<span class="text-caption">
{{ $ay.t("UserColor") }}
</span>
<v-color-picker

View File

@@ -68,7 +68,7 @@
></gz-role-picker>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<span class="v-label v-label--active theme--light">
<span class="text-caption">
{{ $ay.t("WorkOrderStatusColor") }}
</span>
<v-color-picker

View File

@@ -748,6 +748,7 @@ async function fetchTranslatedText(vm) {
"WorkOrder",
"WorkOrderSerialNumber",
"WorkOrderSummary",
"WorkOrderStatus",
"WorkOrderCustom1",
"WorkOrderCustom2",
"WorkOrderCustom3",