@@ -102,6 +102,11 @@
</div>
</template>
</el-table-column>
+ <el-table-column align="center" label="教学模式">
+ <template slot-scope="scope">
+ <div>{{ scope.row.teachMode | teachMode }}</div>
+ </template>
+ </el-table-column>
</el-table>
<pagination
:total="pageInfo.total"