This commit is contained in:
@@ -470,6 +470,8 @@ export default {
|
||||
return "$ayiTruckMonster";
|
||||
case window.$gz.type.WorkOrderItemUnit:
|
||||
return "$ayiFan";
|
||||
case window.$gz.type.WorkOrderItemOutsideService:
|
||||
return "$ayiLuggageCart";
|
||||
case window.$gz.type.WorkOrderTemplate:
|
||||
return "$ayiStamp";
|
||||
case window.$gz.type.WorkOrderTemplateItem:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<v-menu offset-y>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<div class="text-h6">
|
||||
<v-icon large color="primary" class="mr-2">$ayiHammer</v-icon>
|
||||
<v-icon large color="primary" class="mr-2">$ayiLuggageCart</v-icon>
|
||||
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
|
||||
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
|
||||
<v-icon small color="primary">$ayiEllipsisV</v-icon>
|
||||
|
||||
@@ -147,6 +147,7 @@ import {
|
||||
faListOl,
|
||||
faListUl,
|
||||
faLock,
|
||||
faLuggageCart,
|
||||
faMagic,
|
||||
faMapMarkerAlt,
|
||||
faMapMarkedAlt,
|
||||
@@ -328,6 +329,7 @@ library.add(
|
||||
faListOl,
|
||||
faListUl,
|
||||
faLock,
|
||||
faLuggageCart,
|
||||
faMagic,
|
||||
faMapMarkerAlt,
|
||||
faMapMarkedAlt,
|
||||
@@ -966,6 +968,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "lock"]
|
||||
}
|
||||
},
|
||||
ayiLuggageCard: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "luggage-cart"]
|
||||
}
|
||||
},
|
||||
ayiMagic: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user