mo 3 rokov pred
rodič
commit
25409cdb32
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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>