{{ scope.row.classList[0]?.gradeName }}
{{ (index == 0 ? "" : "、") +
item.className }}
{{
scope.row.operationType == 0
? "发卡"
: scope.row.operationType == 1
? "补卡"
: "换班"
}}
{{
scope.row.operationType == 0
? "--"
: scope.row.reason == 0
? "丢失"
: scope.row.reason == 1 ? "损坏" : "换班"
}}
导出报表