Compare commits

..

No commits in common. "640a17f1bab0e9ce68bd8b1bcba8c49d3c7ae544" and "4abadae91b065c754c0f3a10ac4e6350b6e23618" have entirely different histories.

1 changed files with 1 additions and 5 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,10 +110,6 @@ 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>