Compare commits

..

2 Commits

1 changed files with 8 additions and 8 deletions

View File

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