{{ item.UserType }}
{{ $t('common:button:search') }}
{{ $t('common:button:reset') }}
{{ $t('trials:staff:button:addInternalStaff') }}
{{ $t('trials:staff:button:addExternalStaff') }}
{{ $t('common:button:export') }}
{{
scope.row.TrialUserRoleList.map(
(item) => item.UserTypeShortName
).join(', ')
}}
{{
$fd('IsUserExitTrial', scope.row.IsDeleted)
}}
{{
$fd('IsUserExitTrial', scope.row.IsDeleted)
}}
{{
scope.row.JoinTime
? moment(scope.row.JoinTime).format('YYYY-MM-DD')
: ''
}}
{{
scope.row.RemoveTime
? moment(scope.row.RemoveTime).format('YYYY-MM-DD')
: ''
}}
{{ item.label }}
{{ $t('common:button:cancel') }}
{{ $t('common:button:save') }}
{{ $fd('IsEnable', !scope.row.IsDeleted) }}
{{ scope.row.UpdateTime }}
{{ scope.row.UpdateTime }}
{{ $fd('IsEnable', false) }}
{{ $fd('IsEnable', true) }}