Übernahme der Namen aus der OpenAPI-Datei.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user