Browse Source

04106 19:08

测试
Xiao_Mo 5 years ago
parent
commit
24ed0c69d2

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6ed4f40c.860c1236.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6ed4f40c.d61952f5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7fb8a826.60cf095a.js


+ 1 - 1
src/views/studentManager/components/studentRecord.vue

@@ -87,7 +87,7 @@
         <el-table-column align='center'
                          label="课程类型">
           <template slot-scope="scope">
-            {{ scope.row.classGroupType | classType }}
+            {{ scope.row.courseScheduleType | classType }}
           </template>
         </el-table-column>
         <el-table-column align='center'

+ 7 - 0
src/views/teacherManager/teacherDetail/components/outCourseList.vue

@@ -28,6 +28,13 @@
         <el-table-column label="班级人数" prop="studentNum" align="center"></el-table-column>
         <el-table-column label="课程组时间" prop="groupClassesTotalDuration" align="center"></el-table-column>
         <el-table-column label="消耗时间" prop="groupClassesConsumeDuration" align="center"></el-table-column>
+         <el-table-column label="当前课次"
+                         align='center'
+                         prop="currentClassTimes">
+          <template slot-scope="scope">
+            {{ scope.row.currentClassTimes }}/{{ scope.row.totalClassTimes }}
+          </template>
+        </el-table-column>
         <el-table-column label="开课时间" align="center">
           <template slot-scope="scope">{{scope.row.firstClassesStartTime | formatterTime}}</template>
         </el-table-column>

Some files were not shown because too many files changed in this diff