This commit is contained in:
2020-12-28 23:45:55 +00:00
parent 08179b8582
commit bd6f52814f
3 changed files with 3 additions and 24 deletions

View File

@@ -1,21 +0,0 @@
<template>
<UnderConstruction data-cy="underconstruction" />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiCalculator",
title: "Accounting",
helpUrl: "form-acc-accounting"
});
}
};
</script>

View File

@@ -13,8 +13,8 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiCalculator",
title: "Accounting",
helpUrl: "form-acc-accounting"
title: "TaxCodeList",
helpUrl: "form-acc-tax-codes"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiCalculator",
title: "Accounting",
helpUrl: "form-acc-accounting"
helpUrl: "form-acc-tax-codes"
});
}
};