搜索
重置
新增
修改
删除
导出
{{
scope.row.scoreDictValue == "" || scope.row.scoreDictValue == null
? scope.row.itemScore
: ""
}}
{{
scope.row.itemScore == "" || scope.row.itemScore == null
? scope.row.scoreDictValue
: ""
}}
修改
删除
{{ xmname }}
{{ xmname }}
{{ stname }}
{{ stname }}
{{ testname }}
{{ testname }}
{{ itemNumbername }}
{{ itemNumbername }}
搜索
重置
{{ scope.row.classType == "LARGE_CLASS" ? "大班" : "" }}
{{ scope.row.classType == "MIDDLE_CLASS" ? "中班" : "" }}
{{ scope.row.classType == "SMALL_CLASS" ? "小班" : "" }}
搜索
重置
{{ scope.row.studentSex == "MALE" ? "男" : "" }}
{{ scope.row.studentSex == "FEMALE" ? "女" : "" }}
搜索
重置
{{
scope.row.resultDictType == ResultType1.dictCode
? ResultType1.dictLabel
: ""
}}{{
scope.row.resultDictType == ResultType2.dictCode
? ResultType2.dictLabel
: ""
}}
搜索
重置