From 72160e63ef78bcd7eea58ebce0d8f45e218f8440 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 4 Dec 2025 17:45:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EB=94=94=EC=9E=90=EC=9D=B8QA]=20?= =?UTF-8?q?=EB=88=84=EC=A0=81=20=EB=B3=B4=EC=83=81=20=EC=9D=B8=EB=94=94?= =?UTF-8?q?=EC=BC=80=EC=9D=B4=ED=84=B0=EC=9D=98=20=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94/=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=AC=20=EB=B0=98=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/templates/FxPreregist01/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/templates/FxPreregist01/index.vue b/layers/templates/FxPreregist01/index.vue index b05654a..ea7e05d 100644 --- a/layers/templates/FxPreregist01/index.vue +++ b/layers/templates/FxPreregist01/index.vue @@ -348,7 +348,7 @@ const handlePreregistClick = () => { :key="item.id" :class="[ 'flex items-center', - { 'is-completed': item.flagType === 1 }, + { 'is-completed': item.flagType === 2 }, ]" > @@ -368,7 +368,7 @@ const handlePreregistClick = () => {