This commit is contained in:
Warunee Tamkoo 2023-12-23 18:49:03 +07:00
parent daafbd3991
commit 25bebeae4e
7 changed files with 133 additions and 44 deletions

View file

@ -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"