fixed numbers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user