From fc90c639ef8dabbcab6fced79901f74d4e629997 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 5 Sep 2025 09:43:25 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=95?= =?UTF-8?q?=E0=B8=B1=E0=B8=A7=E0=B9=81=E0=B8=9B=E0=B8=A3=E0=B8=97=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B8=A3=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_recruiting/views/01_compete/DetailEx.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/03_recruiting/views/01_compete/DetailEx.vue b/src/modules/03_recruiting/views/01_compete/DetailEx.vue index 4292fffaf..9aed03d68 100644 --- a/src/modules/03_recruiting/views/01_compete/DetailEx.vue +++ b/src/modules/03_recruiting/views/01_compete/DetailEx.vue @@ -40,7 +40,7 @@ const mixin = useCounterMixin(); const { messageError, showLoader, hideLoader } = mixin; const examID = ref(""); const prefix = ref(""); -const TypeTest = ref(""); +const typeTest = ref(""); const fullname = ref(""); const importId = ref(route.params.id as string); // Period Import Id const examId = ref(route.params.examId as string); // เลขประจำตัวสอบ @@ -69,7 +69,7 @@ async function fetchData() { examAttribute.value = data.examAttribute; number.value = data.number; examOrder.value = data.examOrder; - TypeTest.value = data.TypeTest; + typeTest.value = data.typeTest; score_expired.value = data.scoreExpire; if (data.scoreResult != null) { @@ -313,7 +313,7 @@ onMounted(async () => { ภาคความรู้ความสามารถทั่วไป (ภาค ก)
- {{ TypeTest == "bangkok" ? "กทม." : "ก.พ." }} + {{ typeTest == "bangkok" ? "กทม." : "ก.พ." }}