{{ $t('common:button:search') }}
{{ $t('common:button:reset') }}
{{ $t('common:button:push') }}
{{ $t('common:button:pull') }}
{{ $fd('Sex', scope.row.PatientSex) }}
{{
index === scope.row.CalledAEList.length - 1 ? item : `${item}, `
}}
{{
index === scope.row.CallingAEList.length - 1
? item
: `${item}, `
}}
{{
index === scope.row.TrialList.length - 1
? `${item.ExperimentName}(${item.VisitCount})`
: `${item.ExperimentName}(${item.VisitCount}),`
}}
{{
scope.row.StudyHospitalGroupList && scope.row.StudyHospitalGroupList.length > 0 ?
scope.row.StudyHospitalGroupList.map(item => item.Name).join(', '):'' }}
{{ scope.row.StudyCount }}
{{ scope.row.StudyCount }}