zhangjie 2 miesięcy temu
rodzic
commit
f94ba3e553
1 zmienionych plików z 0 dodań i 10 usunięć
  1. 0 10
      src/modules/print/views/PrintPlanManage.vue

+ 0 - 10
src/modules/print/views/PrintPlanManage.vue

@@ -93,16 +93,6 @@
           label="考试"
           min-width="200"
         ></el-table-column> -->
-        <el-table-column prop="examStartTime" label="考试开始时间" width="170">
-          <span slot-scope="scope">{{
-            scope.row.examStartTime | timestampFilter
-          }}</span>
-        </el-table-column>
-        <el-table-column prop="examEndTime" label="考试结束时间" width="170">
-          <span slot-scope="scope">{{
-            scope.row.examEndTime | timestampFilter
-          }}</span>
-        </el-table-column>
         <el-table-column prop="status" label="计划状态" width="100">
           <span slot-scope="scope">
             {{ scope.row.status | printPlanStatusFilter }}