fixed numbers

This commit is contained in:
Luca Haid
2025-06-26 13:12:45 +02:00
parent f21994c4b3
commit 32f3a2afe3

View File

@@ -478,7 +478,7 @@
<input type="radio" v-model="form.connectionType" value="vorsorge" class="form-radio h-5 w-5 text-[var(--color-primary-600)] mr-3">
<div class="flex-1 flex items-center justify-between">
<span class="font-medium text-slate-800">Vorsorgeanschluss</span>
<span class="font-bold text-[var(--color-primary-600)]" v-text="form.customerType === 'Privatkunde' ? '500€' : '600€'"/>
<span class="font-bold text-[var(--color-primary-600)]" v-text="form.customerType !== 'Privatkunde' ? '500€' : '600€'"/>
</div>
</label>
@@ -488,7 +488,7 @@
<div class="flex-1">
<div class="flex items-center justify-between mb-1">
<span class="font-medium text-slate-800">Vollanschluss</span>
<span class="font-bold text-[var(--color-primary-600)]" v-text="form.customerType === 'Privatkunde' ? '250€' : '300€'"/>
<span class="font-bold text-[var(--color-primary-600)]" v-text="form.customerType !== 'Privatkunde' ? '250€' : '300€'"/>
</div>
<p class="text-xs text-slate-600 mt-1">
Vollanschluss-Preis nur bei Aktivierung innerhalb von 8 Wochen nach Fertigstellung