This commit is contained in:
EwelinaLasowy 2022-02-07 12:23:21 +01:00
parent 14f0d678b6
commit e49d6f3e6b

View File

@ -33,40 +33,40 @@
<tr> <tr>
<th <th
scope="col" scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Numer Numer
</th> </th>
<th <th
scope="col" scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Rodzaj urlopu Rodzaj urlopu
</th> </th>
<th <th
scope="col" scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
>
Status
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Od Od
</th> </th>
<th <th
scope="col" scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Do Do
</th> </th>
<th <th
scope="col" scope="col"
class="px-6 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-right text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Dni urlopu Dni urlopu
</th> </th>
<th
scope="col"
class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
>
Status
</th>
<th scope="col" /> <th scope="col" />
</tr> </tr>
</thead> </thead>
@ -87,9 +87,6 @@
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500"> <td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
{{ request.type }} {{ request.type }}
</td> </td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
{{ request.state }}
</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500"> <td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
{{ request.from }} {{ request.from }}
</td> </td>
@ -99,6 +96,9 @@
<td class="px-4 py-4 whitespace-nowrap text-right text-sm text-gray-500"> <td class="px-4 py-4 whitespace-nowrap text-right text-sm text-gray-500">
{{ request.estimatedDays }} {{ request.estimatedDays }}
</td> </td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
{{ request.state }}
</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500"> <td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
<InertiaLink :href="`/vacation-requests/${request.id}`"> <InertiaLink :href="`/vacation-requests/${request.id}`">
<ChevronRightIcon class="block w-6 h-6 fill-gray-400" /> <ChevronRightIcon class="block w-6 h-6 fill-gray-400" />