This commit is contained in:
parent eb97e54501
commit 2cf6c99b8a
1 changed files with 3 additions and 3 deletions

View File

@ -138,15 +138,15 @@ const total_txt = computed(() => {
value: prices.pillar * (1 + sections) value: prices.pillar * (1 + sections)
}, },
lamella: { lamella: {
txt: `Ламели, ${(lam_count * sections)}`, txt: `Ламели, ${(lam_count * sections)}шт`,
value: prices.lamella * (lam_count * sections) value: prices.lamella * (lam_count * sections)
}, },
guide: { guide: {
txt: `Направляющие`, txt: `Направляющие, ${(2 + sections)}шт`,
value: prices.guide * (2 * sections) value: prices.guide * (2 * sections)
}, },
top: { top: {
txt: `Верхняя планка`, txt: `Верхняя планка ${(1 + sections)}шт`,
value: prices.top * sections value: prices.top * sections
}, },
} }