Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
9699c2ca86
|
@ -91,7 +91,7 @@ const roubleSign = new Intl.NumberFormat('ru-RU', {
|
||||||
const total_colors = computed(() => {
|
const total_colors = computed(() => {
|
||||||
return [
|
return [
|
||||||
`Ламели ${lamelle_color.value} ${getColorNameFromRal(lamelle_color.value)}`,
|
`Ламели ${lamelle_color.value} ${getColorNameFromRal(lamelle_color.value)}`,
|
||||||
`Столбы ${pillar_color.value} ${getColorNameFromRal(lamelle_color.value)}`,
|
`Столбы ${pillar_color.value} ${getColorNameFromRal(pillar_color.value)}`,
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
const total_txt = computed(() => {
|
const total_txt = computed(() => {
|
||||||
|
|
Loading…
Reference in New Issue