From eb0b43b1b00e88edb5ff631d54a347509883db63 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Thu, 24 Mar 2022 10:06:47 +0100 Subject: [PATCH] #44 - fix --- resources/js/Pages/VacationLimits.vue | 226 +++++++++++++------------- 1 file changed, 114 insertions(+), 112 deletions(-) diff --git a/resources/js/Pages/VacationLimits.vue b/resources/js/Pages/VacationLimits.vue index 507c306..97f2a25 100644 --- a/resources/js/Pages/VacationLimits.vue +++ b/resources/js/Pages/VacationLimits.vue @@ -11,123 +11,125 @@

-
-
- - - - + +
+
+ + + + + + + + + + + + + - Imię i nazwisko - - - - - - - - - - + + + + - - + + - - - - - - - -
+ Imię i nazwisko + + Forma zatrudnienia + + Posiada urlop? + + Pozostałe dni z poprzedniego roku + + Dostępne dni w roku +
- Forma zatrudnienia - - Posiada urlop? - - Pozostałe dni z poprzedniego roku - - Dostępne dni w roku -
-
- - +
+ + + +
+

+ {{ item.user.name }} +

+

+ {{ item.user.email }} +

+
+
+
+ {{ item.user.employmentForm }} + + + + + +
+ {{ item.remainingLastYear }} +
+
+
+ - -
-

- {{ item.user.name }} -

-

- {{ item.user.email }} +

+ {{ form.errors[`items.${index}.days`] }}

-
-
- {{ item.user.employmentForm }} - - +
- - - -
- {{ item.remainingLastYear }} -
-
-
- -

- {{ form.errors[`items.${index}.days`] }} -

-
-
- Brak danych -
-
- -
- + Brak danych + +
+
+ +
+ +