|
@@ -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'
|