admin anmeldungen
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
vorname: string;
|
||||
nachname: string;
|
||||
email: string;
|
||||
noteDeutsch?: string;
|
||||
noteMthe?: string;
|
||||
sozialverhalten?: string;
|
||||
wunsch1?: { name: string };
|
||||
wunsch2?: { name: string };
|
||||
wunsch3?: { name: string };
|
||||
@@ -46,6 +49,9 @@
|
||||
<tr class="bg-gray-200">
|
||||
<th class="p-2 text-left">Name</th>
|
||||
<th class="p-2 text-left">E-Mail</th>
|
||||
<th class="p-2 text-left">Wunsch 1–3</th>
|
||||
<th class="p-2 text-left">Note Deutsch</th>
|
||||
<th class="p-2 text-left">Note Mathe</th>
|
||||
<th class="p-2 text-left">Sozialverhalten</th>
|
||||
<th class="p-2 text-left">Datum</th>
|
||||
<th class="p-2 text-left">Dateien</th>
|
||||
@@ -61,6 +67,9 @@
|
||||
{a.wunsch1?.name}<br>
|
||||
{a.wunsch2?.name}<br>
|
||||
{a.wunsch3?.name}
|
||||
</td>
|
||||
<td class="p-2">{a.noteDeutsch || '—'}</td>
|
||||
<td class="p-2">{a.noteMthe || '—'}</td>
|
||||
<td class="p-2">{a.sozialverhalten || '—'}</td>
|
||||
<td class="p-2">{new Date(a.timestamp).toLocaleDateString()}</td>
|
||||
<td class="p-2">
|
||||
|
||||
Reference in New Issue
Block a user