This commit is contained in:
@@ -51,42 +51,6 @@
|
|||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-autocomplete
|
|
||||||
v-model="localSettings.wostatus"
|
|
||||||
class="mt-5"
|
|
||||||
:items="selectLists.wostatus"
|
|
||||||
item-text="name"
|
|
||||||
item-value="id"
|
|
||||||
dense
|
|
||||||
:label="$ay.t('WorkOrderStatus')"
|
|
||||||
>
|
|
||||||
<template v-slot:item="data">
|
|
||||||
<v-list-item-avatar>
|
|
||||||
<v-icon :color="data.item.color">$ayiFlag</v-icon>
|
|
||||||
</v-list-item-avatar>
|
|
||||||
<v-list-item-content>
|
|
||||||
<v-list-item-title
|
|
||||||
><span class="text-subtitle-2">{{ data.item.name }}</span
|
|
||||||
><v-icon
|
|
||||||
v-if="data.item.locked"
|
|
||||||
small
|
|
||||||
color="disabled"
|
|
||||||
class="ml-2"
|
|
||||||
>$ayiLock</v-icon
|
|
||||||
>
|
|
||||||
<!-- <v-icon
|
|
||||||
v-if="data.item.completed"
|
|
||||||
color="disabled"
|
|
||||||
class="ml-1"
|
|
||||||
small
|
|
||||||
>$ayiCheckCircle</v-icon
|
|
||||||
> -->
|
|
||||||
</v-list-item-title>
|
|
||||||
</v-list-item-content>
|
|
||||||
<v-list-item-action> </v-list-item-action>
|
|
||||||
</template>
|
|
||||||
</v-autocomplete>
|
|
||||||
|
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="localSettings.custtags"
|
v-model="localSettings.custtags"
|
||||||
:label="$ay.t('Tags') + ' - ' + $ay.t('Customer')"
|
:label="$ay.t('Tags') + ' - ' + $ay.t('Customer')"
|
||||||
|
|||||||
Reference in New Issue
Block a user