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