This commit is contained in:
2020-12-30 17:02:40 +00:00
parent 13436fc68a
commit 07ff575ad0
9 changed files with 1169 additions and 6 deletions

View File

@@ -458,6 +458,15 @@ function initNavPanel() {
sub = [];
if (window.$gz.role.canOpen(window.$gz.type.ServiceBank)) {
sub.push({
title: "ServiceBankList",
icon: "$ayiCarBattery",
route: "/acc-service-banks",
key: key++
});
}
//SERVICE RATES
if (window.$gz.role.canOpen(window.$gz.type.ServiceRate)) {
sub.push({