Showing Kilometercount for the Employees

This commit is contained in:
Luca Haid
2025-01-21 16:22:29 +01:00
parent b17d0ded9c
commit 4f6f968d7a

View File

@@ -168,7 +168,7 @@ Vue.component('warehouse-shipping-note-modal-hours-view', {
<td>{{ userNames[entry.userId] }}</td>
<td>{{ window.moment(entry.date).format('DD.MM.YYYY') }}</td>
<td>{{ entry.hourCount }}</td>
<td v-show="window.TT_CONFIG['WAREHOUSE_ADMIN'] == true">{{ entry.kilometerCount }}</td>
<td>{{ entry.kilometerCount }}</td>
<td v-if="showHourlyPrice">{{ entry.hourlyPrice }}</td>
<td>
<button class="btn btn-sm btn-danger" @click="$emit('delete', entry)">Löschen</button>