mo 3 년 전
부모
커밋
25409cdb32
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/liveClassManager/index.vue

+ 2 - 0
src/views/liveClassManager/index.vue

@@ -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>