From 8bfa770c6f789698ee86ea7c5a67d64e4e64442d Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 2 Oct 2024 11:25:15 +0300 Subject: [PATCH] io prim color --- components/modal.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) }}

-