Changpeng Duan 5 년 전
부모
커밋
1e697cf145
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pc/src/views/coursesHistory.vue

+ 1 - 1
pc/src/views/coursesHistory.vue

@@ -64,7 +64,7 @@
                         <span v-if="scope.row.FinishClass == 4">已完成</span>
                     </template>
                 </el-table-column>
-                <el-table-column prop="Status" label="操作" width="160">
+                <el-table-column prop="Status" label="操作">
                     <template slot-scope="scope">
                         <!--<el-button type="primary" round size="mini" @click="checkClassOverPrepare(scope.row)">-->
                         <!--下课-->