This commit is contained in:
2019-12-19 21:34:41 +00:00
parent 43d5900786
commit e454b3968b
2 changed files with 8 additions and 11 deletions

View File

@@ -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"),