Compare commits
2 Commits
9f29161981
...
9699c2ca86
Author | SHA1 | Date |
---|---|---|
|
9699c2ca86 | |
|
1c7db67e5d |
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue