This commit is contained in:
2019-12-20 19:59:58 +00:00
parent baf2789332
commit ef99023266
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "file-invoice-dollar",
icon: "calculator",
title: window.$gz.locale.get("Accounting"),
helpUrl: "form-acc-accounting"
});