소스 검색

04/06 19:41

真的提测了
Xiao_Mo 5 년 전
부모
커밋
4c9cd25aec

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-6ed4f40c.27d23be6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-6ed4f40c.c58a1e53.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.courseScheduleType | classType }}
+            {{ scope.row.courseScheduleType | coursesType }}
           </template>
         </el-table-column>
         <el-table-column align='center'

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.