This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
<v-menu offset-y>
|
<v-menu offset-y>
|
||||||
<template v-slot:activator="{ on, attrs }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
<div class="text-h6">
|
<div class="text-h6">
|
||||||
<v-icon large color="primary" class="mr-2">$ayiLuggageCart</v-icon>
|
<v-icon large color="primary" class="mr-2"
|
||||||
|
>$ayiLuggageCart</v-icon
|
||||||
|
>
|
||||||
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
|
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
|
||||||
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
|
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
|
||||||
<v-icon small color="primary">$ayiEllipsisV</v-icon>
|
<v-icon small color="primary">$ayiEllipsisV</v-icon>
|
||||||
|
|||||||
@@ -968,7 +968,7 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "lock"]
|
icon: ["fas", "lock"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ayiLuggageCard: {
|
ayiLuggageCart: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
icon: ["fas", "luggage-cart"]
|
icon: ["fas", "luggage-cart"]
|
||||||
|
|||||||
Reference in New Issue
Block a user