|
@@ -63,9 +63,7 @@
|
|
<span slot-scope="scope">{{ scope.row.classNo }}</span>
|
|
<span slot-scope="scope">{{ scope.row.classNo }}</span>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="100" label="缺考">
|
|
<el-table-column width="100" label="缺考">
|
|
- <span slot-scope="scope">{{
|
|
|
|
- scope.row.examAbsent | booleanYesNoFilter
|
|
|
|
- }}</span>
|
|
|
|
|
|
+ <span slot-scope="scope">{{ scope.row.examAbsent }}</span>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="100" label="违纪次数">
|
|
<el-table-column width="100" label="违纪次数">
|
|
<span slot-scope="scope">{{ scope.row.breachCount }}</span>
|
|
<span slot-scope="scope">{{ scope.row.breachCount }}</span>
|