|
@@ -199,8 +199,8 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<!-- {{ scope.row.courseSchedule.newCourseId > 0 ? '是' : '否' }} -->
|
|
|
- {{ scope.row.newCourseId > 0 && scope.row.newCourseId == scope.row.courseScheduleId ? '合并课' : null }}
|
|
|
- {{ scope.row.newCourseId > 0 && scope.row.newCourseId != scope.row.courseScheduleId ? '被合并课' : null }}
|
|
|
+ {{ scope.row.courseSchedule.newCourseId > 0 && scope.row.courseSchedule.newCourseId == scope.row.courseScheduleId ? '合并课' : null }}
|
|
|
+ {{ scope.row.courseSchedule.newCourseId > 0 && scope.row.courseSchedule.newCourseId != scope.row.courseScheduleId ? '被合并课' : null }}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|