updated
This commit is contained in:
parent
63a65cda86
commit
14ccbcfe62
3 changed files with 40 additions and 25 deletions
|
|
@ -227,7 +227,7 @@ onMounted(() => {
|
|||
<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