From 179a6e25a8ca495d526a17aed56fb85b11de300b Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Fri, 30 Jun 2023 18:14:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=AB?= =?UTF-8?q?=E0=B8=99=E0=B9=89=E0=B8=B2=E0=B8=9A=E0=B8=B1=E0=B8=95=E0=B8=A3?= =?UTF-8?q?=E0=B8=AA=E0=B8=AD=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_exam/components/ExamCard.vue | 187 ++++++++++---------- 1 file changed, 94 insertions(+), 93 deletions(-) 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
-
-
-
ครั้งที่สอบ :
-
1
-
-
-
ชุดข้อสอบ :
-
ทดสอบ
-
-
-
ผลคะแนนสอบ
-
-
ประเภท
-
คะแนนเต็ม
-
คะแนนที่ได้
-
- -
ภาค ข
-
- {{ scoreBFull }} +
+
+
+
ชื่อ :
+
{{ fullName }}
-
- {{ scoreB }} +
+
เลขประจำตัวประชาชน :
+
{{ citizenId }}
-
คะแนน
- -
ภาค ค
-
- {{ scoreCFull }} +
+
เลขประจำตัวสอบ :
+
{{ examNumber }}
-
- {{ scoreC }} +
+
เลขที่นั่งสอบ :
+
{{ examSeat }}
-
คะแนน
- -
รวมทั้งหมด
-
- {{ scoreSumFull }} +
+
วันสอบ :
+
25 มิ.ย. 2568
-
- {{ scoreSum }} +
+
ครั้งที่สอบ :
+
1
-
คะแนน
- -
ผลการสอบ
-
- {{ - examResultinscore - }} -
-
ตำแหน่ง
-
- {{ position }} -
-
ลำดับที่สอบได้
-
- {{ number }} -
-
วันหมดอายุบัญชีคัดเลือก
-
- {{ score_expired == null ? '' : date2Thai(score_expired) }} +
+
ชุดข้อสอบ :
+
ทดสอบ
-
-
+
+ + +
+
+ + +
ผลคะแนนสอบ
+
+
ประเภท
+
คะแนนเต็ม
+
คะแนนที่ได้
+
- - - - +
ภาค ข
+
+ {{ scoreBFull }} +
+
+ {{ scoreB }} +
+
คะแนน
+ +
ภาค ค
+
+ {{ scoreCFull }} +
+
+ {{ scoreC }} +
+
คะแนน
+ +
รวมทั้งหมด
+
+ {{ scoreSumFull }} +
+
+ {{ scoreSum }} +
+
คะแนน
+ +
ผลการสอบ
+
+ {{ + examResultinscore + }} +
+
ตำแหน่ง
+
+ {{ position }} +
+
ลำดับที่สอบได้
+
+ {{ number }} +
+
วันหมดอายุบัญชีคัดเลือก
+
+ {{ score_expired == null ? '' : date2Thai(score_expired) }} +
+