This commit is contained in:
parent 6f45cbc0b3
commit 211a6ad87a
1 changed files with 3 additions and 3 deletions

View File

@ -101,9 +101,9 @@ const total = computed(() => {
const top_count = section_count.value const top_count = section_count.value
const top = top_count * lamella const top = top_count * lamella
return [ return [
`Столб, ${pillar_count}: ${roubleSign.format(pil)}`, `Столб, ${pillar_count} шт. : ${roubleSign.format(pil)}`,
`Ламели, ${lam_count}: ${roubleSign.format(lam)}`, `Ламели, ${lam_count} шт. : ${roubleSign.format(lam)}`,
`Верхняя планка, ${top_count}: ${roubleSign.format(top)}`, `Верхняя планка, ${top_count} шт. : ${roubleSign.format(top)}`,
] ]
}) })
</script> </script>