This commit is contained in:
2019-12-18 22:49:17 +00:00
parent 3e7b927118
commit 8399038370
4 changed files with 8 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "cubes",
icon: "boxes",
title: window.$gz.locale.get("PartList"),
helpUrl: "user-form-parts"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "boxes",
icon: "shipping-fast",
title: window.$gz.locale.get("InventoryPurchaseOrders"),
helpUrl: "user-form-purchase-order-list"
});