nodal
This commit is contained in:
parent
eb97e54501
commit
2cf6c99b8a
|
@ -138,15 +138,15 @@ const total_txt = computed(() => {
|
|||
value: prices.pillar * (1 + sections)
|
||||
},
|
||||
lamella: {
|
||||
txt: `Ламели, ${(lam_count * sections)}`,
|
||||
txt: `Ламели, ${(lam_count * sections)}шт`,
|
||||
value: prices.lamella * (lam_count * sections)
|
||||
},
|
||||
guide: {
|
||||
txt: `Направляющие`,
|
||||
txt: `Направляющие, ${(2 + sections)}шт`,
|
||||
value: prices.guide * (2 * sections)
|
||||
},
|
||||
top: {
|
||||
txt: `Верхняя планка`,
|
||||
txt: `Верхняя планка ${(1 + sections)}шт`,
|
||||
value: prices.top * sections
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue