Zurück zu Übersicht hinzugefügt
This commit is contained in:
@@ -176,7 +176,14 @@ const getAvailableQueryStringData = (keys) => {
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
@click="router.back()/*router.push(`/standardEntity/${type}`)*/"
|
@click="router.back()/*router.push(`/standardEntity/${type}`)*/"
|
||||||
>
|
>
|
||||||
<!-- {{dataType.label}}-->
|
Zurück
|
||||||
|
</UButton>
|
||||||
|
<UButton
|
||||||
|
icon="i-heroicons-chevron-left"
|
||||||
|
variant="outline"
|
||||||
|
@click="router.push(`/standardEntity/${type}`)"
|
||||||
|
>
|
||||||
|
Übersicht
|
||||||
</UButton>
|
</UButton>
|
||||||
</template>
|
</template>
|
||||||
<template #center>
|
<template #center>
|
||||||
|
|||||||
Reference in New Issue
Block a user