Xiao_Mo 5 年之前
父節點
當前提交
a0a2e35d1f
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-6ed4f40c.76709ccf.js
  3. 1 1
      src/views/studentManager/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-6ed4f40c.76709ccf.js


+ 1 - 1
src/views/studentManager/index.vue

@@ -18,7 +18,7 @@
         <el-tab-pane label="对外课程" v-if="permissionList.studentOutList" name="4">
           <studentOutList v-if="activeIndex == 4" />
         </el-tab-pane>
-        <el-tab-pane label="上课记录" v-if="permissionList.studentRecord" name="5">
+        <el-tab-pane label="课表详情" v-if="permissionList.studentRecord" name="5">
           <studentRecord v-if="activeIndex == 5" />
         </el-tab-pane>
         <el-tab-pane label="扣费记录" v-if="permissionList.studentPayList" name="6">

部分文件因文件數量過多而無法顯示