This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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++
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user