This commit is contained in:
Adrian Hopek
2022-05-10 12:19:58 +02:00
parent 5c55f1860a
commit 22c5f7bb54
10 changed files with 163 additions and 76 deletions

View File

@@ -25,12 +25,6 @@
>
Użytkownik
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Opis
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
@@ -43,6 +37,30 @@
>
Data aktualizacji
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Szkoły
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Języki
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Technologie
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
>
Projekty
</th>
<th
scope="col"
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
@@ -76,18 +94,27 @@
</div>
</div>
<template v-else>
{{ resume.name }}
<span class="text-sm font-medium text-gray-900 break-all">{{ resume.name }}</span>
</template>
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.description ?? '-' }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.createdAt }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.updatedAt }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.educationCount }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.languageCount }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.technologyCount }}
</td>
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
{{ resume.projectCount }}
</td>
<td class="p-4 text-sm text-right text-gray-500 whitespace-nowrap">
<Menu
as="div"