From 78a16f6e42252436fb8c12f0575a6b6f1e192305 Mon Sep 17 00:00:00 2001 From: clkim Date: Tue, 10 Feb 2026 15:56:54 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EB=85=B8=EC=B6=9C=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=A7=88=EC=BC=93=20=EB=B2=84=ED=8A=BC=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=EC=98=81=EC=97=AD=20=EC=B9=B4=EB=93=9C=20?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EB=AF=B8=EB=85=B8=EC=B6=9C=EB=90=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/inspection/index.vue | 47 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/app/pages/inspection/index.vue b/app/pages/inspection/index.vue index e809eba..9956afd 100644 --- a/app/pages/inspection/index.vue +++ b/app/pages/inspection/index.vue @@ -79,32 +79,33 @@

{{ t('Inspection_Txt_Download', { - gameName: gameData?.game_name, + gameName: gameName, }) }}

@@ -119,7 +120,7 @@