ต่อ api ใบเข้าสอบ

This commit is contained in:
Kittapath 2023-04-06 22:52:53 +07:00
parent 8d53b576e2
commit 04bbc10531
8 changed files with 112 additions and 53 deletions

View file

@ -12,9 +12,9 @@
<q-item-label class="text-weight-medium text-subtitle1"
>ชำระเงนคาสมครสอบผานสำน/หนวยงาน</q-item-label
>
<q-item-label caption class="gt-xs"
<!-- <q-item-label caption class="gt-xs"
>อนหลงแจงการโอนภายใน 24 วโมง</q-item-label
>
> -->
</q-item-section>
<!-- <q-item-section avatar class="gt-xs">
<q-avatar size="32px">
@ -129,9 +129,9 @@
<q-item-label class="text-weight-medium text-subtitle1"
>ชำระเงนคาสมครสอบผานธนาคารกรงไทย</q-item-label
>
<q-item-label caption class="gt-xs"
<!-- <q-item-label caption class="gt-xs"
>อนหลงแจงการโอนภายใน 24 วโมง</q-item-label
>
> -->
</q-item-section>
<!-- <q-item-section avatar class="gt-xs">
<q-avatar size="32px">
@ -235,6 +235,8 @@
</div>
<div class="row col-12 justify-center">
<q-btn
icon="mdi-check"
color="primary"
style="width: 200px"
label="แจ้งการชำระเงิน"
@click="clickPayment"
@ -300,7 +302,6 @@ const fetchPaymentExam = async () => {
.catch(() => {})
.finally(async () => {
loader.value = false
props.fetchStep()
})
}