updated
This commit is contained in:
parent
daafbd3991
commit
25bebeae4e
7 changed files with 133 additions and 44 deletions
|
|
@ -240,7 +240,7 @@ onMounted(async () => {
|
|||
<span class="q-ml-lg q-my-sm">ประวัติการศึกษา </span>
|
||||
</div>
|
||||
<q-separator />
|
||||
<div v-if="formDetail.educations.length > 0">
|
||||
<div v-if="formDetail.educations && formDetail.educations.length > 0">
|
||||
<div
|
||||
class="row q-pa-sm"
|
||||
v-for="(education, index) in formDetail.educations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue