This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
v-model="drawer"
|
v-model="drawer"
|
||||||
app
|
app
|
||||||
width="300"
|
width="350"
|
||||||
>
|
>
|
||||||
<!-- <v-card class="mx-auto" width="300"> -->
|
<!-- <v-card class="mx-auto" width="300"> -->
|
||||||
<v-list dense>
|
<v-list dense>
|
||||||
|
|||||||
@@ -204,6 +204,35 @@ export default function initialize() {
|
|||||||
key: key++
|
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)
|
//Service (TOP GROUP)
|
||||||
addNavItem(
|
addNavItem(
|
||||||
window.$gz.locale.get("Service"),
|
window.$gz.locale.get("Service"),
|
||||||
|
|||||||
@@ -62,6 +62,8 @@ export default {
|
|||||||
"WorkorderServiceTemplate",
|
"WorkorderServiceTemplate",
|
||||||
"WorkorderQuoteList",
|
"WorkorderQuoteList",
|
||||||
"WorkorderQuoteTemplate",
|
"WorkorderQuoteTemplate",
|
||||||
|
"WorkorderPreventiveMaintenanceList",
|
||||||
|
"WorkorderPreventiveMaintenanceTemplate",
|
||||||
//"Dispatch",
|
//"Dispatch",
|
||||||
"Inventory",
|
"Inventory",
|
||||||
"Accounting",
|
"Accounting",
|
||||||
|
|||||||
Reference in New Issue
Block a user