From 85eede7a85ad2ffc6b9093a4c1eb7c9fc3e3a63b Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 29 Mar 2023 21:13:45 +0700 Subject: [PATCH] =?UTF-8?q?disable=20=E0=B8=AD=E0=B8=B1=E0=B8=9E=E0=B8=AB?= =?UTF-8?q?=E0=B8=A5=E0=B8=B1=E0=B8=81=E0=B8=90=E0=B8=B2=E0=B8=99=E0=B8=8A?= =?UTF-8?q?=E0=B8=B3=E0=B8=A3=E0=B8=B0=E0=B8=96=E0=B9=89=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=B1=E0=B8=87=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=96=E0=B8=B6?= =?UTF-8?q?=E0=B8=87=E0=B8=8A=E0=B9=88=E0=B8=A7=E0=B8=87=E0=B8=AD=E0=B8=B1?= =?UTF-8?q?=E0=B8=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_exam/components/ExamPayment.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/modules/01_exam/components/ExamPayment.vue b/src/modules/01_exam/components/ExamPayment.vue index 4fb7c4a..99da053 100644 --- a/src/modules/01_exam/components/ExamPayment.vue +++ b/src/modules/01_exam/components/ExamPayment.vue @@ -10,7 +10,13 @@
  • {{ rejectMessage }}
  • - +
    หลักฐานชำระเงิน
    @@ -98,8 +104,10 @@ const getClass = (val: string) => { } const message = (val: string) => { switch (val) { + case 'checkRegister': + return 'รอการตรวจสอบข้อมูลสมัคร' case 'checkPayment': - return 'รอการตรวจสอบ' + return 'รอการตรวจสอบหลักฐานการชำระเงิน' case 'rejectPayment': return 'หลักฐานการชำระเงินผิดพลาด' case 'checkSeat': @@ -112,6 +120,8 @@ const message = (val: string) => { } const getFontColor = (val: string) => { switch (val) { + case 'checkRegister': + return 'text-blue' case 'checkPayment': return 'text-orange' case 'rejectPayment':