calc
This commit is contained in:
parent
663702b8f5
commit
5b42db0fe4
|
@ -113,10 +113,9 @@ const total_txt = computed(() => {
|
|||
top_extra: bar * extra_mm
|
||||
}
|
||||
|
||||
|
||||
const extra = {
|
||||
pillar: !remove_pillar.value && {
|
||||
txt: 'Дополнительная секция, столб, 1шт',
|
||||
txt: `Дополнительная секция, столб, 1шт`,
|
||||
value: prices.pillar * 1
|
||||
},
|
||||
lamella: {
|
||||
|
@ -124,11 +123,11 @@ const total_txt = computed(() => {
|
|||
value: prices.lamella_extra * lam_count
|
||||
},
|
||||
guide: {
|
||||
txt: 'Направляющие, 2шт',
|
||||
txt: `Направляющие, 2шт`,
|
||||
value: prices.guide * 2
|
||||
},
|
||||
top: {
|
||||
txt: 'Верхняя планка',
|
||||
txt: `Верхняя планка`,
|
||||
value: prices.top * 1
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue