-
返回
+
+ 返回
{{
- scoped.row["examCount" + item] ||
- Number(scoped.row["examCount" + item]) === 0
- ? scoped.row["examCount" + item]
- : "-"
- }}
+ 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["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["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]
- : "-"
+ scoped.row["classRank" + item] ||
+ Number(scoped.row["classRank" + item]) === 0
+ ? scoped.row["classRank" + item]
+ : "-"
}}
@@ -93,7 +97,7 @@
-
+
@@ -106,7 +110,7 @@