no message
This commit is contained in:
parent
18bdd0eda7
commit
291bab66a0
1 changed files with 3 additions and 3 deletions
|
|
@ -291,7 +291,7 @@ async function clickEdit(id: string) {
|
|||
}
|
||||
|
||||
/**
|
||||
* นำเข้าไฟล์ผู้สมัครสอบอีกครั้ง
|
||||
* นำเข้าไฟล์ลำดับ
|
||||
* @param id รอบสอบเเข่งขัน
|
||||
*/
|
||||
async function clickResult(id: string) {
|
||||
|
|
@ -389,7 +389,7 @@ async function clickCloseCandidate() {
|
|||
modalCandidate.value = false;
|
||||
files_candidate.value = null;
|
||||
}
|
||||
/** ปิด dialog เลือกไฟล์ผลการสอบแข่งขันฯ */
|
||||
/** ปิด dialog เลือกไฟล์ผลการสอบ */
|
||||
async function clickCloseResult() {
|
||||
modalResult.value = false;
|
||||
files_result.value = null;
|
||||
|
|
@ -705,7 +705,7 @@ onMounted(async () => {
|
|||
round
|
||||
@click.stop.prevent="clickResult(props.row.id)"
|
||||
v-if="
|
||||
props.row.score == null &&
|
||||
(props.row.score == null || props.row.score.resultCount == 0) &&
|
||||
checkPermission($route)?.attrIsUpdate
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue