ui หน้าสมัครสอบ
This commit is contained in:
parent
03b6076835
commit
792f30d606
48 changed files with 2845 additions and 43 deletions
11
src/modules/01_exam/components/ExamPayment.vue
Normal file
11
src/modules/01_exam/components/ExamPayment.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<div>
|
||||
<h5 class="text-center">ชำระค่าธรรมเนียมการสอบ</h5>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, ref } from 'vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue