Added Link to MAWEBFORM Only for Tenant 21
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user