This commit is contained in:
EwelinaLasowy
2022-02-07 10:38:42 +01:00
parent 205fdd7671
commit 39665c9c31
2 changed files with 55 additions and 42 deletions

View File

@@ -97,7 +97,7 @@
X
</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500 flex items-center">
<ThumbDownIcon class="w-4 h-4 text-rose-600 mr-1"/> <span>{{ request.state }}</span>
<ThumbDownIcon class="w-4 h-4 text-rose-600 mr-1" /> <span>{{ request.state }}</span>
</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
<InertiaLink :href="`/vacation-requests/${request.id}`">
@@ -179,7 +179,7 @@ import {
TrashIcon,
XIcon,
CheckIcon,
DocumentTextIcon,
DocumentTextIcon,
} from '@heroicons/vue/solid'
export default {
@@ -193,8 +193,8 @@ export default {
ClockIcon,
XIcon,
CheckIcon,
DocumentTextIcon,
ThumbDownIcon,
DocumentTextIcon,
ThumbDownIcon,
},
props: {
requests: {