查询
重置
新增
{{ scope.row.TrialCriterionName }}
{{ $fd('BusinessLevel',scope.row.BusinessLevelEnum) }}
{{ $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) }}
{{ scope.row.FileName }}
{{ $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) }}
编辑
删除