diff --git a/components/calcValues.vue b/components/calcValues.vue
index b8abffd..e317ab0 100644
--- a/components/calcValues.vue
+++ b/components/calcValues.vue
@@ -151,13 +151,13 @@ const goal = (target: string, params: object) => {
-
-
@@ -208,30 +208,30 @@ const goal = (target: string, params: object) => {
Секции
{{ section_count }}
-
+
Ламели, RAL {{ lamelle_color }}, {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }}
-
{{ section_count * lamelles_count }}
-
+
{{ section_count * lamelles_count }}
+
{{ `${parseFloat(form_state.length.toString()).toFixed(2)}\xa0мм` }}
- Столбы, RAL {{ pillar_color }}, {{
+
Столбы, RAL {{ pillar_color }}, {{
getColorNameFromRal(pillar_color)?.toLowerCase() }}
-
+
{{ section_count + ~~(!!form_state.extra_section) + 1 }}
-
+
{{ `${parseFloat(form_state.fence_length.toString()).toFixed(2)}\xa0мм` }}
Секции
1
-
+
Ламели, RAL {{ lamelle_color }}, {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }}
-
{{ 1 * lamelles_count }}
-
{{
+
{{ 1 * lamelles_count }}
+
{{
`${parseFloat(form_state.extra_section.toString()).toFixed(2)}\xa0мм` }}