This commit is contained in:
@@ -205,6 +205,7 @@ export default {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
title: window.$gz.locale.get("HelpAboutAyaNova"),
|
||||
helpUrl: "user-form-about",
|
||||
menuItems: [
|
||||
{
|
||||
title: window.$gz.locale.get("Copy"),
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-home",
|
||||
title: window.$gz.locale.get("Home")
|
||||
title: window.$gz.locale.get("Home"),
|
||||
helpUrl: "user-form-home"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-file-invoice-dollar",
|
||||
title: window.$gz.locale.get("Accounting")
|
||||
title: window.$gz.locale.get("Accounting"),
|
||||
helpUrl: "user-form-accounting"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-user-tie",
|
||||
title: window.$gz.locale.get("Administration")
|
||||
title: window.$gz.locale.get("Administration"),
|
||||
helpUrl: "user-form-administration"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-shipping-fast",
|
||||
title: window.$gz.locale.get("Dispatch")
|
||||
title: window.$gz.locale.get("Dispatch"),
|
||||
helpUrl: "user-form-dispatch"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -61,7 +61,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-dolly",
|
||||
title: window.$gz.locale.get("Inventory")
|
||||
title: window.$gz.locale.get("Inventory"),
|
||||
helpUrl: "user-form-inventory"
|
||||
});
|
||||
},
|
||||
components: {
|
||||
|
||||
@@ -26,6 +26,8 @@ export default {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
title: window.$gz.locale.get("Log"),
|
||||
helpUrl: "user-form-log",
|
||||
|
||||
menuItems: [
|
||||
// {
|
||||
// title: window.$gz.locale.get("Log"),
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-cogs",
|
||||
title: window.$gz.locale.get("Operations")
|
||||
title: window.$gz.locale.get("Operations"),
|
||||
helpUrl: "user-form-operations"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-toolbox",
|
||||
title: window.$gz.locale.get("Service")
|
||||
title: window.$gz.locale.get("Service"),
|
||||
helpUrl: "user-form-service"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user