This commit is contained in:
Kseninia Mikhaylova 2024-06-20 11:01:20 +03:00
parent 663702b8f5
commit 5b42db0fe4
1 changed files with 3 additions and 4 deletions

View File

@ -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
},