|  | @@ -41,11 +41,11 @@
 | 
	
		
			
				|  |  |          @reset="onReSet"
 | 
	
		
			
				|  |  |          :model="searchForm"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  | -        <el-form-item prop="name">
 | 
	
		
			
				|  |  | +        <el-form-item prop="search">
 | 
	
		
			
				|  |  |            <el-input
 | 
	
		
			
				|  |  | -            v-model.trim="searchForm.name"
 | 
	
		
			
				|  |  | +            v-model.trim="searchForm.search"
 | 
	
		
			
				|  |  |              clearable
 | 
	
		
			
				|  |  | -            placeholder="姓名"
 | 
	
		
			
				|  |  | +            placeholder="学生编号/姓名/手机号"
 | 
	
		
			
				|  |  |              @keyup.enter.native="
 | 
	
		
			
				|  |  |                e => {
 | 
	
		
			
				|  |  |                  e.target.blur();
 | 
	
	
		
			
				|  | @@ -310,7 +310,7 @@ export default {
 | 
	
		
			
				|  |  |        id: query.id,
 | 
	
		
			
				|  |  |        title: query.title,
 | 
	
		
			
				|  |  |        searchForm: {
 | 
	
		
			
				|  |  | -        name: null,
 | 
	
		
			
				|  |  | +        search: null,
 | 
	
		
			
				|  |  |          city: null,
 | 
	
		
			
				|  |  |          status: 2,
 | 
	
		
			
				|  |  |          type: null,
 |