瀏覽代碼

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'
         <el-table-column align='center'
                          label="课程类型">
                          label="课程类型">
           <template slot-scope="scope">
           <template slot-scope="scope">
-            {{ scope.row.courseScheduleType | classType }}
+            {{ scope.row.courseScheduleType | coursesType }}
           </template>
           </template>
         </el-table-column>
         </el-table-column>
         <el-table-column align='center'
         <el-table-column align='center'

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