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>
         <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>