{{ $t('common:button:search') }}
{{ $t('common:button:reset') }}
{{ $t('common:button:new') }}
{{
$fd(
'UserAgreementType',
scope.row.UserAgreementTypeEnum
)
}}
{{ $t('dictionary:agreement:button:view')
}}
{{ scope.row.UpdateDate ? scope.row.UpdateDate.split(' ')[0] : '' }}
{{ scope.row.EffectiveDate ? scope.row.EffectiveDate.split(' ')[0] : '' }}
{{
$fd(
'YesOrNo',
scope.row.IsCurrentVersion
)
}}
{{ $t('dictionary:agreement:button:setCurrentVersion') }}
{{ $t('common:button:edit') }}