diff --git a/components/calcValues.vue b/components/calcValues.vue index 3c971ec..c29d01c 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -174,14 +174,14 @@ const toggleModal = () => { Забор общей длиной {{ form_state.total_length }} м, {{ section_count }} секции по {{ form_state.length }} мм - 1 дополнительной секцией длинной {{ form_state.extra_section }} мм + 1 дополнительной секцией длиной {{ form_state.extra_section }} мм .
Всего {{ section_count + ~~(!!form_state.extra_section) + 1 }} столба, - {{ section_count * lamelles_count }} ламелей длинной {{ form_state.length }} мм + {{ section_count * lamelles_count }} ламелей длиной {{ form_state.length }} мм - и {{ ~~(!!form_state.extra_section) * lamelles_count }} ламелей длинной {{ + и {{ ~~(!!form_state.extra_section) * lamelles_count }} ламелей длиной {{ form_state.extra_section }} мм