{{
$t('common:button:search')
}}
{{
$t('common:button:reset')
}}
{{
$t('trials:reviewTrack:button:addDefault') }}
{{ $t('common:button:submit') }}
{{scope.row.CriterionTypeList && scope.row.CriterionTypeList.length > 0 ?
scope.row.CriterionTypeList.map(item => { return $fd('CriterionType', item) }
).join(', ') : ''}}
{{ $fd('BusinessModule', scope.row.BusinessModuleEnum) }}
{{ $fd('Email_BusinessScenario', scope.row.BusinessScenarioEnum) }}
{{
scope.row.ToUserTypeList.length > 0
? scope.row.ToUserTypeList.map((v) => $fd('UserType', v)).join(
'、'
)
: ''
}}
{{
scope.row.CopyUserTypeList.length > 0
? scope.row.CopyUserTypeList.map((v) => $fd('UserType', v)).join(
'、'
)
: ''
}}
{{ $fd('EmailUrgent', scope.row.EmailUrgentEnum) }}
{{ getEmailCron(scope.row.EmailCron) }}
{{ scope.row.AttachNameCN }}
{{ scope.row.AttachName }}
{{ $fd('YesOrNo', scope.row.IsReturnRequired) }}
{{
$fd('YesOrNo', scope.row.IsReturnRequired)
}}
{{ $fd('YesOrNo', scope.row.IsAutoSend) }}
{{
$fd('YesOrNo', scope.row.IsAutoSend)
}}
{{ $fd('YesOrNo', scope.row.IsEnable) }}
{{
$fd('YesOrNo', scope.row.IsEnable)
}}