查询
重置
发送预警
{{ formatScore(scope.row[month.prop]) }}
{{ formatScore(scope.row.scoreOneTerm) }}
查看
{{ viewRow.stuNo }}
{{ viewRow.realName }}
{{ formatScore(viewRow.scoreOneTerm) }}
考核记录
{{ scope.row.conductType === '1' ? '加分' : scope.row.conductType === '0' ? '扣分' : scope.row.conductType || '-' }}
{{ scope.row.score != null && scope.row.score !== undefined ? Number(scope.row.score) : '-' }}