ต่อapiคนสมัครกรอกข้อมูลสมัครสอบ

This commit is contained in:
Kittapath 2023-03-25 01:07:18 +07:00
parent f74972e5ec
commit b7a91fa326
16 changed files with 567 additions and 522 deletions

View file

@ -9,7 +9,7 @@
:addData="true"
:editOnly="true"
:cancel="cancelData"
:editData="step == 2"
:editData="status == 'register' || status == 'rejectRegister'"
/>
</div>
<div class="col-12">
@ -94,8 +94,8 @@ const props = defineProps({
type: Function,
default: () => console.log('not function')
},
step: {
type: Number,
status: {
type: String,
required: true
}
})