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> </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 }}
@ -113,6 +113,10 @@ const submit = (e: any) => {
<div> <div>
Секций: {{ section_count }} Секций: {{ section_count }}
</div> </div>
<div>
общая длина: {{ total_length }}
</div>
<div> <div>
Цвет столба: {{ getColorNameFromRal(pillar_color) }} Цвет столба: {{ getColorNameFromRal(pillar_color) }}
</div> </div>