ปรับ css ชำระค่าธรรมเนียม, เสร็จสิ้น

This commit is contained in:
Tanyalak 2023-03-29 22:23:22 +07:00
parent 85eede7a85
commit ccc5efa421
3 changed files with 36 additions and 36 deletions

View file

@ -92,8 +92,8 @@ const status = ref<string>('register')
const modalConsend = ref<boolean>(false)
onMounted(async () => {
// stepRaw.value = 2
// step.value = 2
// stepRaw.value = 4
// step.value = 4
await fetchPeriodExam()
await candidateCheck()
})