1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
55bb2493e4
commit
e99e69d0dd
|
@ -177,7 +177,7 @@
|
|||
{{ $t('curriculumVitae:EducationalExperience:title') }}
|
||||
</div>
|
||||
<el-table
|
||||
:data="reviewerData.EducationList"
|
||||
:data="[...reviewerData.EducationList]"
|
||||
v-loading="loading"
|
||||
style="width: 100%"
|
||||
:header-cell-style="{ background: '#eee', color: '#606266' }"
|
||||
|
@ -195,6 +195,7 @@
|
|||
<el-table-column
|
||||
prop="Major"
|
||||
:label="$t('curriculumVitae:EducationalExperience:table:specialy')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>
|
||||
|
|
Loading…
Reference in New Issue