@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user