diff --git a/components/calcValues.vue b/components/calcValues.vue index 40a4483..24612e6 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -199,8 +199,8 @@ const plurals = { Забор общей длиной {{ form_state.total_length }}{{ '\xa0' }}м, {{ section_count }} по - {{ form_state.length }}{{ '\xa0' }}мм. + {{ form_state.length.toFixed(2) }}{{ '\xa0' }}мм.

Всего {{ section_count * lamelles_count }} - {{ `длиной ${form_state.length}\xa0мм` }}