Added Link to MAWEBFORM Only for Tenant 21

This commit is contained in:
2025-01-02 19:08:14 +01:00
parent b877d5f91b
commit 4f395a01d3

View File

@@ -7,6 +7,12 @@ const route = useRoute()
const role = useRole() const role = useRole()
const links = computed(() => { const links = computed(() => {
return [ return [
... profileStore.currentTenant === 21 ? [{
label: "Lieferschein Formular",
to: "https://loar.ma-agrarservice.de/erfassung",
icon: "i-heroicons-rectangle-stack",
target: "_blank",
}] : [],
{ {
id: 'dashboard', id: 'dashboard',
label: "Dashboard", label: "Dashboard",