瀏覽代碼

提交一下

1
mo 4 年之前
父節點
當前提交
c836533d4d

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/baseInfo.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    基础信息
+  </div>
+</template>

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/certificate.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+      演示证书
+  </div>
+</template>

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/studentAndTeacher.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    学员&师资
+  </div>
+</template>

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/trainPlan.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    训练规划
+  </div>
+</template>

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/trainTimer.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    训练时长
+  </div>
+</template>

+ 5 - 0
src/views/resetTeaming/components/archicesComponents/workStatus.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    作业情况
+  </div>
+</template>

+ 1 - 1
src/views/resetTeaming/components/musicArchices.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <tab-router v-model="activeIndex" type="card" ref="tab">
+    <tab-router v-model="activeIndex"  ref="tab">
       <el-tab-pane
         label="基本信息"
         lazy