This commit is contained in:
parent 8b78b4d3e0
commit 81f3415e0c
1 changed files with 5 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const submit = (e: any) => {
</form>
</template>
<template v-else>
<h2>Это данные расчета</h2>
<h2>данные расчета</h2>
<div class="flex gap-4 flex-col mb-4">
<div>
Ламелей: {{ lamelles_count }}
@ -113,6 +113,10 @@ const submit = (e: any) => {
<div>
Секций: {{ section_count }}
</div>
<div>
общая длина: {{ total_length }}
</div>
<div>
Цвет столба: {{ getColorNameFromRal(pillar_color) }}
</div>