This commit is contained in:
2021-10-06 18:20:04 +00:00
parent 5e7ab769c0
commit 3c81e54710
2 changed files with 16 additions and 4 deletions

View File

@@ -30,7 +30,9 @@
<template v-if="!$vuetify.breakpoint.xs">
<gz-tag-picker
class="mr-3"
place-holder="ph filter users"
:place-holder="$ay.t('FilterUsers')"
prepend-inner-icon="$ayiFilter"
clearable
no-label
select-only
v-model="tags"
@@ -290,9 +292,9 @@
<template v-if="$vuetify.breakpoint.xs">
<v-col cols="12">
<gz-tag-picker
place-holder="ph filter users"
label="mylabel"
hint="BLAH"
:label="$ay.t('FilterUsers')"
prepend-inner-icon="$ayiFilter"
clearable
select-only
v-model="tags"
@input="refresh"
@@ -1099,6 +1101,7 @@ async function fetchTranslatedText() {
"ScheduleWOColorFrom",
"ScheduleOptions",
"ScheduleShowTypes",
"FilterUsers",
"NoColor",
"WorkOrder",
"WorkOrderList",