รวมไฟล์แก้งานงวด2
This commit is contained in:
parent
79889c9464
commit
2249097b07
89 changed files with 11287 additions and 7048 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</q-item>
|
||||
<q-item clickable v-close-popup @click="downloadPassResultExam()">
|
||||
<q-item-section class="text-amber-9"
|
||||
>ส่งออกข้อมูลผู้คัดเลือกผู้พิการได้</q-item-section
|
||||
>ส่งออกข้อมูลผู้คัดเลือกคนพิการได้</q-item-section
|
||||
>
|
||||
</q-item>
|
||||
</q-list>
|
||||
|
|
@ -291,7 +291,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "examResult",
|
||||
align: "left",
|
||||
label: "ผลการสอบ",
|
||||
label: "ผลคะแนนสอบ",
|
||||
sortable: true,
|
||||
field: "examResult",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -372,7 +372,7 @@ const downloadPassResultExam = async () => {
|
|||
.then((res) => {
|
||||
var a = document.createElement("a");
|
||||
a.href = URL.createObjectURL(res.data);
|
||||
a.download = `รายชื่อคัดเลือกผู้พิการได้.xlsx`;
|
||||
a.download = `รายชื่อคัดเลือกคนพิการได้.xlsx`;
|
||||
// start download
|
||||
a.click();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue