fix: คัดเลือกผู้พิการ
This commit is contained in:
parent
c51c28483a
commit
86b98eac0d
10 changed files with 271 additions and 102 deletions
|
|
@ -296,7 +296,7 @@ async function clickEdit(id: string) {
|
|||
*/
|
||||
async function clickResult(id: string) {
|
||||
modalResult.value = true;
|
||||
textTittleResult.value = "นำเข้าไฟล์ผลการสอบแข่งขันฯ (บัญชีรายชื่อ)";
|
||||
textTittleResult.value = "นำเข้าไฟล์ผลการสอบ";
|
||||
selected_row_id.value = id;
|
||||
}
|
||||
|
||||
|
|
@ -706,7 +706,7 @@ onMounted(async () => {
|
|||
>
|
||||
<q-icon name="mdi-file-excel-outline" size="20px" />
|
||||
<q-tooltip
|
||||
>นำเข้าไฟล์ผลการสอบแข่งขันฯ (บัญชีรายชื่อ)</q-tooltip
|
||||
>นำเข้าไฟล์ผลการสอบ (บัญชีรายชื่อ)</q-tooltip
|
||||
>
|
||||
</q-btn>
|
||||
<div v-else>
|
||||
|
|
@ -722,7 +722,7 @@ onMounted(async () => {
|
|||
icon="mdi-file-excel-outline"
|
||||
>
|
||||
<q-tooltip
|
||||
>นำเข้าไฟล์ผลการสอบแข่งขันฯ (บัญชีรายชื่อ)
|
||||
>นำเข้าไฟล์ผลการสอบ (บัญชีรายชื่อ)
|
||||
อีกครั้ง</q-tooltip
|
||||
>
|
||||
</q-btn>
|
||||
|
|
@ -956,7 +956,7 @@ onMounted(async () => {
|
|||
<DialogHeadTemplate
|
||||
:title="textTittleResult"
|
||||
:close="clickCloseResult"
|
||||
title-type="ผลการสอบแข่งขันฯ (บัญชีรายชื่อ)"
|
||||
title-type="ผลการสอบ (บัญชีรายชื่อ)"
|
||||
/>
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
|
|
@ -965,7 +965,7 @@ onMounted(async () => {
|
|||
<q-file
|
||||
v-model="files_result"
|
||||
dense
|
||||
label="เลือกไฟล์ผลการสอบแข่งขันฯ (บัญชีรายชื่อ)"
|
||||
label="เลือกไฟล์การสอบ"
|
||||
outlined
|
||||
use-chips
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue