This commit is contained in:
2020-12-08 00:05:31 +00:00
parent 742b2068b8
commit 73c94204df
3 changed files with 18 additions and 17 deletions

View File

@@ -62,20 +62,24 @@ function initNavPanel() {
});
//CSR LIST subitem
sub.push({
title: "CustomerServiceRequestList",
icon: "$ayiConciergeBell",
route: "/customer-csr-list",
key: key++
});
if (window.$gz.role.canOpen(window.$gz.type.CustomerServiceRequest)) {
sub.push({
title: "CustomerServiceRequestList",
icon: "$ayiConciergeBell",
route: "/customer-csr-list",
key: key++
});
}
//WORKORDERS subitem
sub.push({
title: "WorkOrderList",
icon: "$ayiTools",
route: "/customer-workorders",
key: key++
});
if (window.$gz.role.canOpen(window.$gz.type.WorkOrder)) {
sub.push({
title: "WorkOrderList",
icon: "$ayiTools",
route: "/customer-workorders",
key: key++
});
}
//** CUSTOMER LOGIN HOME (TOP)