This commit is contained in:
2020-11-27 01:14:08 +00:00
parent d60d6356fc
commit 67d5baff0e
5 changed files with 14 additions and 13 deletions

View File

@@ -458,7 +458,7 @@ export default {
case window.$gz.type.UnitMeterReading:
return "$ayiWeight";
case window.$gz.type.CustomerServiceRequest:
return "$ayiChild";
return "$ayiConciergeBell";
case window.$gz.type.ServiceBank:
return "$ayiCarBattery";
case window.$gz.type.OpsNotificationSettings:

View File

@@ -64,7 +64,7 @@ function initNavPanel() {
//CSR LIST subitem
sub.push({
title: "CustomerServiceRequestList",
icon: "$ayiChild",
icon: "$ayiConciergeBell",
route: "/customer-csr-list",
key: key++
});
@@ -463,7 +463,7 @@ function initNavPanel() {
) {
sub.push({
title: "CustomerServiceRequestList",
icon: "$ayiChild",
icon: "$ayiConciergeBell",
route: "/svc-csr-list",
key: key++
});

View File

@@ -45,7 +45,6 @@ import {
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
faClock,
faClone,
@@ -53,6 +52,7 @@ import {
faCogs,
faColumns,
faCommentAlt,
faConciergeBell,
faCopy,
faDiceD20,
faDolly,
@@ -204,7 +204,6 @@ library.add(
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
farCircle,
faClock,
@@ -213,6 +212,7 @@ library.add(
faCogs,
faColumns,
faCommentAlt,
faConciergeBell,
faCopy,
faDiceD20,
faDolly,
@@ -454,12 +454,7 @@ const CUSTOM_ICONS = {
icon: ["fas", "check-square"]
}
},
ayiChild: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "child"]
}
},
ayiClipboard: {
component: FontAwesomeIcon,
props: {
@@ -502,6 +497,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "comment-alt"]
}
},
ayiConciergeBell: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "concierge-bell"]
}
},
ayiCopy: {
component: FontAwesomeIcon,
props: {

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiChild",
icon: "$ayiConciergeBell",
title: "CustomerServiceRequestList",
helpUrl: "form-customer-csr-list"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiChild",
icon: "$ayiConciergeBell",
title: "CustomerServiceRequestList",
helpUrl: "form-svc-csr-list"
});