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":
|
||||
|
|
|
|||
|
|
@ -1023,9 +1023,7 @@ onMounted(async () => {
|
|||
name="mdi-bookmark-outline"
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section
|
||||
>เลือกหน่วยงานที่รับแต่งตั้ง/ย้าย</q-item-section
|
||||
>
|
||||
<q-item-section>เลือกหน่วยงานที่รับการบรรจุ</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item
|
||||
|
|
@ -1051,9 +1049,7 @@ onMounted(async () => {
|
|||
name="mdi-bookmark-outline"
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section
|
||||
>เลือกหน่วยงานที่รับบรรจุและแต่งตั้ง</q-item-section
|
||||
>
|
||||
<q-item-section>เลือกหน่วยงานที่รับการบรรจุ</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<!-- <q-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue