แก้ไขระบบบรรจุหลังรีวิว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-05 17:54:50 +07:00
parent 34ae841cfc
commit c41460a50e
11 changed files with 807 additions and 151 deletions

View file

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

View file

@ -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({