| 
					
				 | 
			
			
				@@ -516,12 +516,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 icon="el-icon-bottom" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 @click="handleBottom(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               >下移</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                size="mini" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                icon="el-icon-edit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                @click="handleUpdateDate(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              >修改营期时间</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--              <el-button--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--                size="mini"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--                type="text"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--                icon="el-icon-edit"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--                @click="handleUpdateDate(scope.row)"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--              >修改营期时间</el-button>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-table> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1262,16 +1262,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     closeUpdateCourse() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.course.addOpen = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.course.form = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        periodId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        courseId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        videoIds: [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // 重置表单 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      if (this.$refs.courseAddForm) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.$refs.courseAddForm.resetFields(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.course.open = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     courseChange(row){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.course.form.videoIds = []; 
			 |