This commit is contained in:
parent a3872f0a99
commit 6cf41c20a9
1 changed files with 5 additions and 7 deletions

View File

@ -105,21 +105,19 @@ const submit = (e: any) => {
<h2>данные расчета</h2>
<div class="flex gap-4 flex-col mb-4">
<div>
Ламелей: {{ lamelles_count }}
Ламелей в одной секции: {{ lamelles_count }}
</div>
<div>
Длина секции: {{ fence_section * 1000 }}
Длина секции: {{ fence_section * 1000 }} мм
</div>
<div>
общая длина: {{ total_length }}
общая длина: {{ total_length }} м
</div>
<div>
Секций: {{ section_count }}
</div>
<div>
Секций: {{ total_length }}
Секций: {{ section_count }} шт
</div>
<div>
Цвет столба: {{ getColorNameFromRal(pillar_color) }}
</div>