+
+ {{ $t('system:retrospect:title:userFrom') }}
+
+
+
+
+ {{ $fd('UserCeateSource', otherInfo.UserCeateSource) }}
+
+
+ {{ otherInfo.CreateTime }}
+
+
+ {{
+ otherInfo.ResearchProgramNo || otherInfo.ExperimentName
+ ? `${otherInfo.ResearchProgramNo}, ${otherInfo.ExperimentName} `
+ : $t('common:title:none')
+ }}
+
+
+
+
+ {{ $t('system:retrospect:title:joinTrial') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common:button:search') }}
+
+
+ {{ $t('common:button:reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
+ {{
+ $fd('TrialStatusEnum', scope.row.TrialStatusStr)
+ }}
+
+
+
+
+
+
+
+ {{
+ scope.row.TrialUserRoleList.map(
+ (item) => item.UserTypeShortName
+ ).join(', ')
+ }}
+
+
+
+
+
+ {{ $fd('IsUserExitTrial', scope.row.IsDeleted) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+