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
ed294a77f9
|
@ -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
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue