{{ scoped.row.studentName }}
            
        
        
          
            {{
    scoped.row["examCount" + item] ||
      Number(scoped.row["examCount" + item]) === 0
      ? scoped.row["examCount" + item]
      : "-"
  }}
          
          
            {{
    scoped.row["participationCount" + item] ||
      Number(scoped.row["participationCount" + item]) === 0
      ? scoped.row["participationCount" + item]
      : "-"
  }}
          
          
            {{
    scoped.row["score" + item] ||
      Number(scoped.row["score" + item]) === 0
      ? scoped.row["score" + item]
      : "-"
  }}
          
          
            {{
    scoped.row["classRank" + item] ||
      Number(scoped.row["classRank" + item]) === 0
      ? scoped.row["classRank" + item]
      : "-"
  }}
          
        
        
          
            
          
        
      
    
    
      导出报表
      打印