{{ $fd('Criterion_Question_Type',scope.row.Type) }}
{{ $fd('ShowQuestion',scope.row.ShowQuestion) }}
{{ $fd('QuestionRequired',scope.row.IsRequired) }}
{{ scope.row.IsJudgeQuestion?'是':'否' }}
{{ scope.row.Type === 'upload'?scope.row.ImageCount:'' }}
编辑
删除