ltkey stuff

This commit is contained in:
2020-05-09 00:29:55 +00:00
parent 563d62790d
commit 15c5dd1a56
14 changed files with 33 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-address-card",
title: this.$ay.t("ClientList"),
title: this.$ay.t("CustomerList"),
helpUrl: "form-cust-customers"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-child",
title: this.$ay.t("ClientServiceRequestList"),
title: this.$ay.t("CustomerServiceRequestList"),
helpUrl: "form-customer-csr-list"
});
}

View File

@@ -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("WorkOrderServiceList"),
helpUrl: "form-customer-workorders"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-paper-plane",
title: this.$ay.t("WorkorderItemPartRequestList"),
title: this.$ay.t("WorkOrderItemPartRequestList"),
helpUrl: "form-inv-part-requests"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-child",
title: this.$ay.t("ClientServiceRequestList"),
title: this.$ay.t("CustomerServiceRequestList"),
helpUrl: "form-svc-csr-list"
});
}

View File

@@ -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("WorkOrderPreventiveMaintenanceList"),
helpUrl: "form-svc-pm-list"
});
}

View File

@@ -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("WorkOrderPreventiveMaintenanceTemplate"),
helpUrl: "form-svc-pm-templates"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-stamp",
title: this.$ay.t("WorkorderQuoteTemplate"),
title: this.$ay.t("WorkOrderQuoteTemplate"),
helpUrl: "form-svc-quote-templates"
});
}

View File

@@ -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("WorkOrderQuoteList"),
helpUrl: "form-svc-quotes"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-stamp",
title: this.$ay.t("WorkorderServiceTemplate"),
title: this.$ay.t("WorkOrderServiceTemplate"),
helpUrl: "form-svc-workorder-templates"
});
}

View File

@@ -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("WorkOrderServiceList"),
helpUrl: "form-svc-workorders"
});
}