minor changes

This commit is contained in:
2022-01-28 09:56:20 +01:00
parent 39a7cecd24
commit 72cffd7a3d
6 changed files with 24 additions and 16 deletions

View File

@@ -4,14 +4,12 @@
<span v-if="noResults" class="chill-no-data-statement">{{ $t('no_data') }}</span>
<tab-table v-else>
<template v-slot:thead>
<th scope="col">#</th>
<th scope="col">{{ $t('StartDate') }}</th>
<th scope="col">{{ $t('SocialAction') }}</th>
<th scope="col"></th>
</template>
<template v-slot:tbody>
<tr v-for="(w, i) in works.results" :key="`works-${i}`">
<th scope="row">{{ i+1 }}</th>
<td>{{ $d(w.startDate.datetime, 'short') }}</td>
<td>
<h4 class="badge-title">