This commit is contained in:
@@ -248,6 +248,14 @@ export default function initialize() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//LOANERS subitem
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("LoanItemList"),
|
||||
icon: "plug",
|
||||
route: "/loaners",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//CONTRACTS subitem
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("ContractList"),
|
||||
@@ -264,14 +272,6 @@ export default function initialize() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//LOANERS subitem
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("LoanItemList"),
|
||||
icon: "plug",
|
||||
route: "/loaners",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//**** Service (TOP GROUP)
|
||||
addNavItem(
|
||||
window.$gz.locale.get("Service"),
|
||||
|
||||
Reference in New Issue
Block a user