新增
{{ $fd('Criterion_Question_Type',scope.row.Type) }}
{{ $fd('TableQuestionType',scope.row.TableQuestionType) }}
{{ $fd('OrganColumn',scope.row.DataTableColumn) }}
{{ $fd('ShowQuestion',scope.row.ShowQuestion) }}
{{ $fd('QuestionRequired',scope.row.IsRequired) }}
{{ $fd('YesOrNo',scope.row.IsJudgeQuestion) }}
{{ scope.row.Type === 'upload'?scope.row.ImageCount:'' }}
{{ scope.row.MaxRowCount?scope.row.MaxRowCount:'' }}
编辑
删除