Changpeng Duan 4 éve
szülő
commit
1e697cf145
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>
                         <span v-if="scope.row.FinishClass == 4">已完成</span>
                     </template>
                     </template>
                 </el-table-column>
                 </el-table-column>
-                <el-table-column prop="Status" label="操作" width="160">
+                <el-table-column prop="Status" label="操作">
                     <template slot-scope="scope">
                     <template slot-scope="scope">
                         <!--<el-button type="primary" round size="mini" @click="checkClassOverPrepare(scope.row)">-->
                         <!--<el-button type="primary" round size="mini" @click="checkClassOverPrepare(scope.row)">-->
                         <!--下课-->
                         <!--下课-->