From 256485e49201728fa598b74323085b0e9406c1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Thu, 13 Jun 2024 11:02:34 +0300 Subject: [PATCH] calcValue --- components/calcValues.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/calcValues.vue b/components/calcValues.vue index b096d8d..505fc14 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -126,8 +126,8 @@ const autoSectionWidth = () => { auto_section_width.value = !auto_section_width.value } -const predefLamelleColors = ['1000', '1001', '1002', '1003'] -const predefPillarColors = ['1011', '1012', '1013', '1014'] +const predefLamelleColors = ['3009', '9003', '6027', '5024', '9001', '1012', '3007', '4007'] +const predefPillarColors = ['3004', '7043', '6028', '5013', '8016', '1020', '3005', '4009'] watch(form_state, changeParametres, { deep: true }) watch(form_state, changeParametres, { deep: true })