diff --git a/components/modal.vue b/components/modal.vue index 8353e2f..a9cc4bd 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -180,7 +180,7 @@ const total_txt = computed(() => { const isPattern = pillar_pattern.value !== 0; const isTopper = pillar_topper.value !== 0; if (isPattern) els.push('нанесения узоров на опорные столбы') - if (isTopper) els.push('индивидуальный дизайн колпаков') + if (isTopper) els.push('индивидуального дизайна колпаков') const txt = `Стоимость ${els.join(' и ')} рассчитывается отдельно.` decor.el = { txt: txt, @@ -271,8 +271,8 @@ const policy = () => { Цвет столба: {{ getColorNameFromRal(pillar_color) }}
Цвет ламелей: {{ getColorNameFromRal(lamelle_color) }}

-