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') }}
|
{{ $t('curriculumVitae:EducationalExperience:title') }}
|
||||||
</div>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
:data="reviewerData.EducationList"
|
:data="[...reviewerData.EducationList]"
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:header-cell-style="{ background: '#eee', color: '#606266' }"
|
:header-cell-style="{ background: '#eee', color: '#606266' }"
|
||||||
|
@ -195,6 +195,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="Major"
|
prop="Major"
|
||||||
:label="$t('curriculumVitae:EducationalExperience:table:specialy')"
|
:label="$t('curriculumVitae:EducationalExperience:table:specialy')"
|
||||||
|
v-if="true"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Reference in New Issue