Some Corrections For Mobile
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ setupPage()
|
||||
:type="route.params.type"
|
||||
:item="item"
|
||||
:mode="mode"
|
||||
:platform="platform"
|
||||
/>
|
||||
<EntityList
|
||||
v-else-if="loaded && mode === 'list'"
|
||||
|
||||
Reference in New Issue
Block a user