{{ $fd('Criterion_Question_Type',scope.row.Type) }}
{{ $fd('LesionType',scope.row.LesionType) }}
{{ $fd('TableQuestionType',scope.row.QuestionGenre) }}
{{ $fd('ShowQuestion',scope.row.ShowQuestion) }}
{{ $fd('QuestionRequired',scope.row.IsRequired) }}
{{ scope.row.IsJudgeQuestion?'是':'否' }}
{{ scope.row.ParentDictionaryCode?$fd(scope.row.ParentDictionaryCode,parseInt(scope.row.ParentTriggerValue)):scope.row.ParentTriggerValue }}
{{ $fd('QuestionType',scope.row.QuestionType) }}
{{ scope.row.Type === 'upload'?scope.row.ImageCount:'' }}
{{ scope.row.Type === 'table'?scope.row.MaxQuestionCount:'' }}
{{ scope.row.IsShowInDicom?'是':'否' }}
编辑
表格问题
删除