Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject

This commit is contained in:
Kseninia Mikhaylova 2024-06-20 11:46:02 +03:00
commit ed294a77f9
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
}, },
} }