This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
v-if="isAuthenticated"
|
||||
v-model="drawer"
|
||||
app
|
||||
width="300"
|
||||
width="350"
|
||||
>
|
||||
<!-- <v-card class="mx-auto" width="300"> -->
|
||||
<v-list dense>
|
||||
|
||||
@@ -204,6 +204,35 @@ export default function initialize() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//PM GROUP SUBITEMS
|
||||
subSub = [];
|
||||
//PM LIST
|
||||
subSub.push({
|
||||
title: window.$gz.locale.get("WorkorderPreventiveMaintenanceList"),
|
||||
icon: "business-time",
|
||||
route: "/pmlist",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//PM TEMPLATES LIST
|
||||
subSub.push({
|
||||
title: window.$gz.locale.get(
|
||||
"WorkorderPreventiveMaintenanceTemplate"
|
||||
),
|
||||
icon: "stamp",
|
||||
route: "/pmtemplates",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//PM GROUP
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("WorkorderPreventiveMaintenanceList"),
|
||||
icon: "business-time",
|
||||
route: undefined,
|
||||
navItems: subSub,
|
||||
key: key++
|
||||
});
|
||||
|
||||
//Service (TOP GROUP)
|
||||
addNavItem(
|
||||
window.$gz.locale.get("Service"),
|
||||
|
||||
@@ -62,6 +62,8 @@ export default {
|
||||
"WorkorderServiceTemplate",
|
||||
"WorkorderQuoteList",
|
||||
"WorkorderQuoteTemplate",
|
||||
"WorkorderPreventiveMaintenanceList",
|
||||
"WorkorderPreventiveMaintenanceTemplate",
|
||||
//"Dispatch",
|
||||
"Inventory",
|
||||
"Accounting",
|
||||
|
||||
Reference in New Issue
Block a user