This commit is contained in:
2020-04-04 18:31:08 +00:00
parent 43de3c8fb0
commit 374a033c3b
59 changed files with 88 additions and 93 deletions

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-tools",
title: window.$gz.translation.get("WorkorderServiceList"),
title: this.$ay.t("WorkorderServiceList"),
helpUrl: "form-customer-workorders"
});
}