Dane płacowe
$el.clientWidth) { dragging = true; moved = false; startX = $event.clientX; startScrollLeft = $el.scrollLeft; }"
@pointermove="if (dragging) { const delta = $event.clientX - startX; if (Math.abs(delta) > 6) { if (!moved) { moved = true; try { $el.setPointerCapture($event.pointerId); } catch (_) {} } $el.scrollLeft = startScrollLeft - delta; $event.preventDefault(); } }"
@pointerup="if (dragging) { dragging = false; try { if ($el.hasPointerCapture($event.pointerId)) { $el.releasePointerCapture($event.pointerId); } } catch (_) {} setTimeout(() => { moved = false; }, 0); }"
@pointercancel="dragging = false; moved = false"
@click.capture="if (moved) { $event.preventDefault(); $event.stopPropagation(); moved = false; }"
:class="dragging ? 'cursor-grabbing' : 'cursor-grab'"
>
Wynagrodzenie według poziomu wykształcenia
Mediana i średnie miesięczne wynagrodzenie brutto według poziomu wykształcenia — ostatnie opublikowane Badanie struktury wynagrodzeń.
Wynagrodzenie według poziomu wykształcenia
Mediana i średnie wynagrodzenie według poziomu wykształcenia
| Poziom wykształcenia |
Mediana (EUR/miesiąc) |
Średnia (EUR/miesiąc) |
| Cały kraj |
3 615 |
4 075 |
| 3 Upper secondary education |
3 180 |
3 424 |
| 4 Post-secondary non-tertiary education |
3 783 |
4 060 |
| 5 Short-cycle tertiary education |
3 730 |
4 133 |
| 6 Bachelor's or equivalent level |
3 782 |
4 165 |
| 7 Master's or equivalent level |
4 886 |
5 457 |
| 8 Doctoral or equivalent level |
5 703 |
6 418 |
| 9, X Basic education or level of education unknown |
3 011 |
3 347 |
Źródło: oficjalne statystyki krajowe. Wartości w lokalnej walucie.