fix: แก้ข้อความบรรจุ และเปิดสถานะและแก้ข้อความเผื่อกรณีชำระเงิน
This commit is contained in:
parent
0f18da1d4f
commit
a0e3e88e7e
2 changed files with 8 additions and 12 deletions
|
|
@ -56,10 +56,10 @@ const optionsStatus = ref<any>([
|
|||
id: "all",
|
||||
name: "ทั้งหมด",
|
||||
},
|
||||
// {
|
||||
// id: "checkRegister",
|
||||
// name: "รอกดรับใบสมัคร",
|
||||
// },
|
||||
{
|
||||
id: "checkRegister",
|
||||
name: "ส่งใบสมัครแล้ว",
|
||||
},
|
||||
{
|
||||
id: "payment",
|
||||
name: "รอชำระค่าสมัครสอบ",
|
||||
|
|
@ -362,8 +362,8 @@ function statusCandidate(status: string) {
|
|||
switch (status) {
|
||||
case "register":
|
||||
return "ยังไม่สมัครสอบ";
|
||||
// case "checkRegister":
|
||||
// return "รอกดรับใบสมัคร";
|
||||
case "checkRegister":
|
||||
return "ส่งใบสมัครแล้ว";
|
||||
case "payment":
|
||||
return "รอชำระค่าสมัครสอบ";
|
||||
case "rejectRegister":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue