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:
commit
f2211487b2
|
@ -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