|  | @@ -288,7 +288,7 @@
 | 
	
		
			
				|  |  |                 <template slot-scope="scope">
 | 
	
		
			
				|  |  |                   <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="(scope.row.overCourseNum && (scope.row.subCourseNum || scope.row.noScheduleNum)&&!scope.row.latelyYearCourseConsumer)">沉睡</p>
 | 
	
		
			
				|  |  |                      <p v-if="(!scope.row.latelyYearCourseConsumer && scope.row.overCourseNum&&!scope.row.noScheduleNum&&!scope.row.subCourseNum)">流失</p>
 | 
	
		
			
				|  |  |                   </div>
 | 
	
		
			
				|  |  |  
 |