Compare commits

...

3 Commits

1 changed files with 5 additions and 1 deletions

View File

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