Michael Wang преди 4 години
родител
ревизия
612e3bdd01
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      src/features/examwork/MarkResultManagement/MarkResultManagement.vue

+ 1 - 3
src/features/examwork/MarkResultManagement/MarkResultManagement.vue

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