|
@@ -286,7 +286,7 @@
|
|
|
<div>
|
|
|
<p v-if="(scope.row.noScheduleNum || scope.row.subCourseNum)&&(scope.row.latelyYearCourseConsumer || !scope.row.overCourseNum)">在读</p>
|
|
|
<p v-if="(scope.row.overCourseNum && scope.row.subCourseNum&&!scope.row.latelyYearCourseConsumer)">沉睡</p>
|
|
|
- <p v-if="(!latelyYearCourseConsumer && scope.row.overCourseNum&&!scope.row.noScheduleNum&&!subCourseNum)">流失</p>
|
|
|
+ <p v-if="(!scope.row.latelyYearCourseConsumer && scope.row.overCourseNum&&!scope.row.noScheduleNum&&!scope.row.subCourseNum)">流失</p>
|
|
|
</div>
|
|
|
|
|
|
</template>
|