|  | @@ -10,12 +10,9 @@
 | 
	
		
			
				|  |  |        save-key="studentDetail-studentVip"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |        <el-form-item>
 | 
	
		
			
				|  |  | -        <el-input
 | 
	
		
			
				|  |  | -          placeholder="课程名称"
 | 
	
		
			
				|  |  | -          clearable
 | 
	
		
			
				|  |  | -          @keyup.enter.native="onSearch"
 | 
	
		
			
				|  |  | -          v-model.trim="searchForm.classGroupName"
 | 
	
		
			
				|  |  | -        ></el-input>
 | 
	
		
			
				|  |  | +        <el-input placeholder="课程名称"
 | 
	
		
			
				|  |  | +                  @keyup.enter.native="onSearch"
 | 
	
		
			
				|  |  | +                  v-model.trim="searchForm.vipGroupName"></el-input>
 | 
	
		
			
				|  |  |        </el-form-item>
 | 
	
		
			
				|  |  |        <el-form-item>
 | 
	
		
			
				|  |  |          <el-button native-type="submit" type="danger">搜索</el-button>
 | 
	
	
		
			
				|  | @@ -154,7 +151,7 @@ export default {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        searchForm: {
 | 
	
		
			
				|  |  |          studentId: null,
 | 
	
		
			
				|  |  | -        classGroupName: null,
 | 
	
		
			
				|  |  | +        vipGroupName: null
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        checkIndex: null, // 选中的课程
 | 
	
		
			
				|  |  |        dialogTableVisible: false,
 |