modal
This commit is contained in:
parent
aa4918850a
commit
3744989a7e
|
@ -190,9 +190,9 @@ const total_txt = computed(() => {
|
|||
<template v-else>
|
||||
<h2>данные расчета</h2>
|
||||
<div class="flex gap-4 flex-col mb-4">
|
||||
<p>Ламелей: {{ lamelles_count }}<br />
|
||||
<p>Общая длина: {{ total_length }}<br />
|
||||
Ламелей: {{ lamelles_count }}<br />
|
||||
Длина секции: {{ (fence_section * 1000).toFixed(0) }}<br />
|
||||
Общая длина: {{ total_length }}<br />
|
||||
Секций: {{ section_count }}<br />
|
||||
Цвет столба: {{ getColorNameFromRal(pillar_color) }}<br />
|
||||
Цвет ламелей: {{ getColorNameFromRal(lamelle_color) }}
|
||||
|
|
Loading…
Reference in New Issue