แก้ไข ชื่อตำแหน่งที่สมัคร
This commit is contained in:
parent
c3b8543ae1
commit
73c9cab3f1
1 changed files with 3 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "position",
|
name: "position",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ตำแหน่ง",
|
label: "ตำแหน่งที่สมัคร",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "position",
|
field: "position",
|
||||||
headerStyle: "font-size: 14px; min-width: 200px",
|
headerStyle: "font-size: 14px; min-width: 200px",
|
||||||
|
|
@ -451,7 +451,6 @@ onMounted(async () => {
|
||||||
await fetchDataCom();
|
await fetchDataCom();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const fetchDataCom = async () => {
|
const fetchDataCom = async () => {
|
||||||
await fetchDataSummary();
|
await fetchDataSummary();
|
||||||
await fetchPeriodExam();
|
await fetchPeriodExam();
|
||||||
|
|
@ -481,6 +480,8 @@ const fetchData = async () => {
|
||||||
email: r.email,
|
email: r.email,
|
||||||
status: r.status,
|
status: r.status,
|
||||||
position: r.positionExam == null ? "-" : r.positionExam.positionName,
|
position: r.positionExam == null ? "-" : r.positionExam.positionName,
|
||||||
|
positionLevel:
|
||||||
|
r.positionExam == null ? "-" : r.positionExam.positionLevelName,
|
||||||
check: false,
|
check: false,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue