1
@@ -6,6 +6,7 @@
直播课管理
</h2>
<div class="m-core">
+ <el-button @click="newLiveClass" type="primary" style="margin-bottom:20px">新建直播课</el-button>
<save-form
:inline="true"
:model="searchForm"
@@ -151,6 +152,7 @@ export default {
this.getList();
},
onReSet() {},
+ newLiveClass(){},
};
</script>