แก้ คำสอบคัดเลือก

This commit is contained in:
Kittapath 2023-10-12 04:17:27 +07:00
parent 1b953851f1
commit 2d9c395b26
7 changed files with 16 additions and 16 deletions

View file

@ -81,7 +81,7 @@
attrs.rows.filter((r) => r.status == 'checkRegister').length == 0
"
>
<q-tooltip>ตรวจสอบขอม</q-tooltip>
<q-tooltip>ตรวจสอบขอม/ไดบใบสมครแล</q-tooltip>
</q-btn>
</div>
<div>

View file

@ -76,7 +76,7 @@
checked-icon="task_alt"
unchecked-icon="panorama_fish_eye"
val="1"
label="ผ่านการตรวจสอบคุณสมบัติ"
label="ผ่านการตรวจสอบคุณสมบัติ/กดรับใบสมัคร"
class="col-12"
@update:modelValue="reason = ''"
/>

View file

@ -27,7 +27,7 @@
{{ props.rowIndex + 1 }}
</div>
<div v-else-if="col.name == 'yearly'">
{{ col.value + 543 }}
{{ props.row.round }}/{{ col.value + 543 }}
</div>
<div
v-else-if="
@ -96,7 +96,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "yearly",
align: "left",
label: "ปีงบประมาณ",
label: "รอบ/ปีงบประมาณ",
sortable: true,
field: "yearly",
headerStyle: "font-size: 14px",

View file

@ -228,7 +228,7 @@
checked-icon="task_alt"
unchecked-icon="panorama_fish_eye"
val="1"
label="ผ่านการตรวจสอบคุณสมบัติ"
label="ผ่านการตรวจสอบคุณสมบัติ/กดรับใบสมัคร"
dense
class="col-12"
@update:modelValue="reason = ''"

View file

@ -31,7 +31,7 @@
{{ props.rowIndex + 1 }}
</div>
<div v-else-if="col.name == 'yearly'" class="table_ellipsis2">
{{ col.value + 543 }}
{{ props.row.round }}/{{ col.value + 543 }}
</div>
<div
v-else-if="
@ -147,7 +147,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "yearly",
align: "center",
label: "ปีงบประมาณ",
label: "รอบ/ปีงบประมาณ",
sortable: true,
field: "yearly",
headerStyle: "font-size: 14px",

File diff suppressed because one or more lines are too long

View file

@ -282,7 +282,7 @@ const optionsStatus = ref<any>([
},
{
id: "checkRegister",
name: "ตรวจสอบข้อมูลสมัครสอบ",
name: "รอกดรับใบสมัคร",
},
{
id: "payment",
@ -298,11 +298,11 @@ const optionsStatus = ref<any>([
},
{
id: "checkSeat",
name: "จัดที่นั่งสอบ",
name: "กดรับใบสมัครแล้ว",
},
{
id: "checkPoint",
name: "สรุปคะแนนสอบ",
name: "รอสรุปคะแนนสอบ",
},
{
id: "done",
@ -554,7 +554,7 @@ const fetchDataSummary = async () => {
};
/**
* สรปคะแนนสอบ
* รอสรปคะแนนสอบ
*/
const clickPointRow = async (row: any) => {
candidateId.value = row.id;
@ -574,7 +574,7 @@ const statusCandidate = (status: string) => {
case "register":
return "ยังไม่สมัครสอบ";
case "checkRegister":
return "ตรวจสอบข้อมูลสมัครสอบ";
return "รอกดรับใบสมัคร";
case "payment":
return "รอชำระค่าสมัครสอบ";
case "rejectRegister":
@ -584,9 +584,9 @@ const statusCandidate = (status: string) => {
case "rejectPayment":
return "หลักฐานชำระเงินไม่ถูกต้อง";
case "checkSeat":
return "จัดที่นั่งสอบ";
return "กดรับใบสมัครแล้ว";
case "checkPoint":
return "สรุปคะแนนสอบ";
return "รอสรุปคะแนนสอบ";
case "done":
return "คัดเลือกสำเร็จ";
case "waiver":