ltkey stuff
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
title: this.$ay.t("WorkOrderServiceList"),
|
||||
title: this.$ay.t("WorkOrderList"),
|
||||
helpUrl: "form-customer-workorders"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-plug",
|
||||
title: this.$ay.t("LoanItemList"),
|
||||
title: this.$ay.t("LoanUnitList"),
|
||||
helpUrl: "form-svc-loaners"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-business-time",
|
||||
title: this.$ay.t("WorkOrderPreventiveMaintenanceList"),
|
||||
title: this.$ay.t("PMList"),
|
||||
helpUrl: "form-svc-pm-list"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-stamp",
|
||||
title: this.$ay.t("WorkOrderPreventiveMaintenanceTemplate"),
|
||||
title: this.$ay.t("PMTemplate"),
|
||||
helpUrl: "form-svc-pm-templates"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-pencil-alt",
|
||||
title: this.$ay.t("WorkOrderQuoteList"),
|
||||
title: this.$ay.t("QuoteList"),
|
||||
helpUrl: "form-svc-quotes"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
title: this.$ay.t("WorkOrderServiceList"),
|
||||
title: this.$ay.t("WorkOrderList"),
|
||||
helpUrl: "form-svc-workorders"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user