Merge pull request #1512 from Frappet/fix/qualify

fix(qualify/manage): del status checkRegister , edit status checkSeat
This commit is contained in:
Warunee Tamkoo 2025-11-18 14:42:29 +07:00 committed by GitHub
commit 095a1d2ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,10 +56,10 @@ const optionsStatus = ref<any>([
id: "all",
name: "ทั้งหมด",
},
{
id: "checkRegister",
name: "รอกดรับใบสมัคร",
},
// {
// id: "checkRegister",
// name: "",
// },
{
id: "payment",
name: "รอชำระค่าสมัครสอบ",
@ -74,7 +74,7 @@ const optionsStatus = ref<any>([
},
{
id: "checkSeat",
name: "กดรับใบสมัครแล้ว",
name: "รับใบสมัครแล้ว",
},
{
id: "checkPoint",
@ -362,8 +362,8 @@ function statusCandidate(status: string) {
switch (status) {
case "register":
return "ยังไม่สมัครสอบ";
case "checkRegister":
return "รอกดรับใบสมัคร";
// case "checkRegister":
// return "";
case "payment":
return "รอชำระค่าสมัครสอบ";
case "rejectRegister":
@ -373,7 +373,7 @@ function statusCandidate(status: string) {
case "rejectPayment":
return "หลักฐานชำระเงินไม่ถูกต้อง";
case "checkSeat":
return "กดรับใบสมัครแล้ว";
return "รับใบสมัครแล้ว";
case "checkPoint":
return "รอสรุปคะแนนสอบ";
case "done":