color fix
This commit is contained in:
parent
e952151f2f
commit
9f29161981
|
@ -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