Compare commits

..

No commits in common. "9699c2ca86896cbe662b9bd561941b45d31d7fcb" and "9f29161981bde63d94c29ecc147df616fc3b1d8f" have entirely different histories.

1 changed files with 8 additions and 8 deletions

View File

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