Compare commits

...

3 Commits

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 }}
@ -110,6 +110,10 @@ const submit = (e: any) => {
<div>
Длина секции: {{ fence_section * 1000 }}
</div>
<div>
общая длина: {{ total_length }}
</div>
<div>
Секций: {{ section_count }}
</div>