ปรับ css กรอกข้อมูล และปรับรูปแบบ step การชำระเงิน

This commit is contained in:
Tanyalak 2023-03-31 17:49:36 +07:00
parent 98738aa814
commit 6c7e57d9e3
11 changed files with 214 additions and 69 deletions

View file

@ -1,7 +1,7 @@
<!-- page:detail page รายการสอบทงหมด -->
<template>
<q-toolbar class="q-pa-sm text-center">
<q-toolbar-title class="text-dark text-weight-medium">
<q-toolbar-title class="text-dark">
{{ tittle }}
</q-toolbar-title>
</q-toolbar>
@ -49,7 +49,7 @@
</q-step>
</q-stepper>
<q-dialog :model-value="modalConsend" persistent>
<q-card style="min-width: 800px">
<q-card :style="$q.screen.gt.xs ? 'min-width: 55vw':'min-width: 80vw'">
<Conference :ok="consendOk" :close="consenClose" />
</q-card>
</q-dialog>
@ -77,10 +77,10 @@ const status = ref<string>('register')
const modalConsend = ref<boolean>(false)
onMounted(async () => {
// stepRaw.value = 4
// step.value = 4
await fetchPeriodExam()
await candidateCheck()
stepRaw.value = 3
step.value = 3
/* await fetchPeriodExam()
await candidateCheck() */
})
const candidateCheck = async () => {