patches v1.3.6 #78
2 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
|
||||||
|
<p v-else>{{ receivers.length }} Empfänger gefunden</p>
|
||||||
<div class="flex flex-col gap-2 h-96 overflow-y-scroll">
|
<div class="flex flex-col gap-2 h-96 overflow-y-scroll">
|
||||||
<p
|
<p
|
||||||
v-for="rec in receivers"
|
v-for="rec in receivers"
|
||||||
|
@ -13,7 +15,6 @@
|
||||||
>
|
>
|
||||||
{{ rec.lastname }}, {{ rec.firstname }}
|
{{ rec.lastname }}, {{ rec.firstname }}
|
||||||
</p>
|
</p>
|
||||||
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-row gap-4 py-2 w-full">
|
<div class="flex flex-row gap-4 py-2 w-full">
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
|
||||||
|
<p v-else>{{ receivers.length }} Empfänger gefunden</p>
|
||||||
<div class="flex flex-col gap-2 h-96 overflow-y-scroll">
|
<div class="flex flex-col gap-2 h-96 overflow-y-scroll">
|
||||||
<p
|
<p
|
||||||
v-for="rec in receivers"
|
v-for="rec in receivers"
|
||||||
|
@ -13,7 +15,6 @@
|
||||||
>
|
>
|
||||||
{{ rec.lastname }}, {{ rec.firstname }}
|
{{ rec.lastname }}, {{ rec.firstname }}
|
||||||
</p>
|
</p>
|
||||||
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-row gap-4 py-2 w-full">
|
<div class="flex flex-row gap-4 py-2 w-full">
|
||||||
|
|
Loading…
Add table
Reference in a new issue