1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e99e69d0dd
commit
cb4d44ef74
|
@ -261,6 +261,7 @@
|
|||
<el-table-column
|
||||
prop="Training"
|
||||
:label="$t('curriculumVitae:continuingTraining:table:type')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ $fd('Training', Number(scope.row.Training)) }}</span>
|
||||
|
@ -269,6 +270,7 @@
|
|||
<el-table-column
|
||||
prop="Major"
|
||||
:label="$t('curriculumVitae:continuingTraining:table:direction')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ isEN ? scope.row.Major : scope.row.MajorCN }}</span>
|
||||
|
@ -277,6 +279,7 @@
|
|||
<el-table-column
|
||||
prop="school"
|
||||
:label="$t('curriculumVitae:continuingTraining:table:school')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ isEN ? scope.row.School : scope.row.SchoolCN }}</span>
|
||||
|
@ -285,6 +288,7 @@
|
|||
<el-table-column
|
||||
prop="City"
|
||||
:label="$t('curriculumVitae:continuingTraining:table:city')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ isEN ? scope.row.City : scope.row.CityCN }}</span>
|
||||
|
@ -334,6 +338,7 @@
|
|||
<el-table-column
|
||||
prop="Phase"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:byStages')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
{{
|
||||
|
@ -344,6 +349,7 @@
|
|||
<el-table-column
|
||||
prop="EvaluationCriteriaList"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:criterion')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
{{
|
||||
|
@ -363,6 +369,7 @@
|
|||
<el-table-column
|
||||
prop="EvaluationContent"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:indication')"
|
||||
v-if="true"
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
@ -374,6 +381,7 @@
|
|||
<el-table-column
|
||||
prop="date"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:year')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.StartTime"
|
||||
|
@ -396,6 +404,7 @@
|
|||
<el-table-column
|
||||
prop="GCP"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:hasCertificate')"
|
||||
v-if="true"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ $fd('hasOrNo', scope.row.GCP) }}</span>
|
||||
|
@ -404,10 +413,12 @@
|
|||
<el-table-column
|
||||
prop="GCPTime"
|
||||
:label="$t('curriculumVitae:clinicalTrials:table:certificateTime')"
|
||||
v-if="true"
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="GCPAgencies"
|
||||
v-if="true"
|
||||
:label="
|
||||
$t('curriculumVitae:clinicalTrials:table:certificateHospital')
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue