no message

This commit is contained in:
setthawutttty 2025-09-04 10:50:23 +07:00
parent 18bdd0eda7
commit 291bab66a0

View file

@ -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
"
>