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