Übernahme der Namen aus der OpenAPI-Datei.

This commit is contained in:
2021-04-08 13:29:31 +02:00
parent f78fdfbbd5
commit e3ef53b119
2 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -20,10 +20,10 @@
<tbody>
{#each params.records as record}
<tr>
<td>{record.Zeitraum}</td>
<td>{record.Arbeitstage}</td>
<td>{record.Arbeitsstunden}</td>
<td>{record.Unterstunden}</td>
<td>{record.period}</td>
<td>{record.workingDays}</td>
<td>{record.totalHours}</td>
<td>{record.overtime}</td>
</tr>
{/each}
</tbody>