diff --git a/src/modules/01_exam/components/ExamCard.vue b/src/modules/01_exam/components/ExamCard.vue
index 394011c..1f9f01a 100644
--- a/src/modules/01_exam/components/ExamCard.vue
+++ b/src/modules/01_exam/components/ExamCard.vue
@@ -7,108 +7,109 @@
พิมพ์บัตรประจำตัวผู้สอบ
-
-
-
ชื่อ :
-
{{ fullName }}
-
-
-
เลขประจำตัวประชาชน :
-
{{ citizenId }}
-
-
-
เลขประจำตัวสอบ :
-
{{ examNumber }}
-
-
-
เลขที่นั่งสอบ :
-
{{ examSeat }}
-
-
-
วันสอบ :
-
25 มิ.ย. 2568
-
-
-
-
-
ผลคะแนนสอบ
-
-
ประเภท
-
คะแนนเต็ม
-
คะแนนที่ได้
-
-
-
ภาค ข
-
- {{ scoreBFull }}
+
+
+
+
ชื่อ :
+
{{ fullName }}
-
- {{ scoreB }}
+
+
เลขประจำตัวประชาชน :
+
{{ citizenId }}
-
คะแนน
-
-
ภาค ค
-
- {{ scoreCFull }}
+
+
เลขประจำตัวสอบ :
+
{{ examNumber }}
-
- {{ scoreC }}
+
+
เลขที่นั่งสอบ :
+
{{ examSeat }}
-
คะแนน
-
-
รวมทั้งหมด
-
- {{ scoreSumFull }}
+
+
วันสอบ :
+
25 มิ.ย. 2568
-
- {{ scoreSum }}
+
-
คะแนน
-
-
ผลการสอบ
-
- {{
- examResultinscore
- }}
-
-
ตำแหน่ง
-
- {{ position }}
-
-
ลำดับที่สอบได้
-
- {{ number }}
-
-
วันหมดอายุบัญชีคัดเลือก
-
- {{ score_expired == null ? '' : date2Thai(score_expired) }}
+
-
-
+
+
+
+
+
+
+
+ ผลคะแนนสอบ
+
+
ประเภท
+
คะแนนเต็ม
+
คะแนนที่ได้
+
-
-
-
-
+
ภาค ข
+
+ {{ scoreBFull }}
+
+
+ {{ scoreB }}
+
+
คะแนน
+
+
ภาค ค
+
+ {{ scoreCFull }}
+
+
+ {{ scoreC }}
+
+
คะแนน
+
+
รวมทั้งหมด
+
+ {{ scoreSumFull }}
+
+
+ {{ scoreSum }}
+
+
คะแนน
+
+
ผลการสอบ
+
+ {{
+ examResultinscore
+ }}
+
+
ตำแหน่ง
+
+ {{ position }}
+
+
ลำดับที่สอบได้
+
+ {{ number }}
+
+
วันหมดอายุบัญชีคัดเลือก
+
+ {{ score_expired == null ? '' : date2Thai(score_expired) }}
+
+