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

@@ -273,7 +273,7 @@ export default function initialize() {
//so there is no separate role check here as the service group role check supersedes this
sub.push({
title: t("WorkorderQuoteList"),
icon: "fa-edit",
icon: "fa-pencil-alt",
route: "/svc-quotes",
key: key++
});

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"
});