แก้ไขระบบบรรจุหลังรีวิว
This commit is contained in:
parent
34ae841cfc
commit
c41460a50e
11 changed files with 807 additions and 151 deletions
|
|
@ -102,7 +102,7 @@ const fetchPlacementData = async () => {
|
|||
class="q-mr-sm"
|
||||
@click="router.push(`/placement`)"
|
||||
/>
|
||||
รายชื่อผู้สอบในรอบ {{ title }} ครั้งที่ {{ round }} ปี {{ year }}
|
||||
รายชื่อผู้สอบในรอบs {{ title }} ครั้งที่ {{ round }} ปี {{ year }}
|
||||
</div>
|
||||
<q-card bordered class="q-py-sm row col-12">
|
||||
<div class="col-12 row bg-white">
|
||||
|
|
|
|||
|
|
@ -361,12 +361,13 @@ const getClass = (val: boolean) => {
|
|||
};
|
||||
// เรียกดูรายละเอียดข้อมูล
|
||||
const selectData = (pid: string) => {
|
||||
if (roleAdmin.value === true) {
|
||||
personalId.value = pid;
|
||||
modal.value = true;
|
||||
} else {
|
||||
router.push("/placement/personal-detail/" + pid);
|
||||
}
|
||||
router.push("/placement/personal-detail/" + pid);
|
||||
// if (roleAdmin.value === true) {
|
||||
// personalId.value = pid;
|
||||
// modal.value = true;
|
||||
// } else {
|
||||
// router.push("/placement/personal-detail/" + pid);
|
||||
// }
|
||||
};
|
||||
const getNumFile = ref(0);
|
||||
const dataInfo = reactive({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue