Some Corrections For Mobile

This commit is contained in:
2025-05-31 20:09:36 +02:00
parent cad2ed9dba
commit eb37257ae8
7 changed files with 51 additions and 14 deletions

View File

@@ -10,7 +10,9 @@ definePageMeta({
<UDashboardPanelContent>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/absencerequests"
>
Abwesenheiten
</UButton>
<UButton
@@ -18,15 +20,21 @@ definePageMeta({
Kalender
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/customers"
>
Kunden
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/vendors"
>
Lieferanten
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/plants"
>
Objekte
</UButton>

View File

@@ -70,6 +70,7 @@ setupPage()
:type="route.params.type"
:item="item"
:mode="mode"
:platform="platform"
/>
<EntityList
v-else-if="loaded && mode === 'list'"