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

@@ -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++
});