Merge branch 'bx-935-calc' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-935-calc
This commit is contained in:
commit
01910c2987
|
@ -214,7 +214,7 @@ const plurals = {
|
|||
</template>.
|
||||
</p>
|
||||
<p>
|
||||
Все элементы окрашиваются порошковым методом: <br />
|
||||
Окрашивается по технологии порошковой окраски: <br />
|
||||
ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }};
|
||||
столбы: {{ getColorNameFromRal(pillar_color)?.toLowerCase() }}.
|
||||
</p>
|
||||
|
@ -226,7 +226,7 @@ const plurals = {
|
|||
</p>
|
||||
</div>
|
||||
<div class="form-row justify-center">
|
||||
<button @click.prevent="toggleModal">Купить прямо сейчас</button>
|
||||
<button @click.prevent="toggleModal">Рассчитать прямо сейчас</button>
|
||||
</div>
|
||||
</form>
|
||||
</ClientOnly>
|
||||
|
|
|
@ -183,7 +183,7 @@ const total_txt = computed(() => {
|
|||
</template>
|
||||
</div>
|
||||
<div class="flex gap-4">
|
||||
<button class="not-prose" @click="openForm">Данные верны</button>
|
||||
<button class="not-prose" @click="openForm">Отправить расчет на эл. почту</button>
|
||||
<button class="not-prose neutral" @click="toggleModal">Закрыть окно</button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue