This commit is contained in:
2020-04-20 22:42:50 +00:00
parent fb30bfe5ea
commit f0bb68483c
3 changed files with 2 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-edit",
icon: "fa-pencil-alt",
title: this.$ay.t("WorkorderQuoteList"),
helpUrl: "form-svc-quotes"
});