Gehaltsdaten
$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'"
>
Durchschnittsgehalt nach Region in der Schweiz
Vergleichen Sie das Durchschnittsgehalt in den Regionen von der Schweiz anhand der aktuellen amtlichen Statistiken.
Durchschnittsgehalt nach Region
Durchschnittliches Brutto- und Nettogehalt nach Region
| Region |
Brutto (CHF/Monat) |
| Zürich |
7 502 CHF |
| Nordwestschweiz |
7 156 CHF |
| Zentralschweiz |
7 092 CHF |
| Genferseeregion |
6 998 CHF |
| Schweizer Mittelland |
6 964 CHF |
| Ostschweiz |
6 623 CHF |
| Tessin |
5 708 CHF |
Quelle: amtliche nationale Statistik. Werte in Landeswährung.