|  | @@ -41,8 +41,13 @@
 | 
	
		
			
				|  |  |                      @keyup.enter.native="city"
 | 
	
		
			
				|  |  |                      placeholder="请输入城市名"></el-input>
 | 
	
		
			
				|  |  |          </el-form-item> -->
 | 
	
		
			
				|  |  | -        <el-form-item prop="organId">
 | 
	
		
			
				|  |  | -          <el-select
 | 
	
		
			
				|  |  | +        <el-form-item prop="city">
 | 
	
		
			
				|  |  | +          <el-input
 | 
	
		
			
				|  |  | +            v-model.trim="searchForm.city"
 | 
	
		
			
				|  |  | +            clearable
 | 
	
		
			
				|  |  | +            placeholder="请输入所属城市"
 | 
	
		
			
				|  |  | +          ></el-input>
 | 
	
		
			
				|  |  | +          <!-- <el-select
 | 
	
		
			
				|  |  |              v-model.trim="searchForm.organId"
 | 
	
		
			
				|  |  |              filterable
 | 
	
		
			
				|  |  |              clearable
 | 
	
	
		
			
				|  | @@ -54,7 +59,7 @@
 | 
	
		
			
				|  |  |                :label="item.name"
 | 
	
		
			
				|  |  |                :value="item.id"
 | 
	
		
			
				|  |  |              ></el-option>
 | 
	
		
			
				|  |  | -          </el-select>
 | 
	
		
			
				|  |  | +          </el-select> -->
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  |          <el-form-item>
 | 
	
		
			
				|  |  |            <el-select
 | 
	
	
		
			
				|  | @@ -223,7 +228,7 @@
 | 
	
		
			
				|  |  |                <div v-if="scope.row.theoryCert">
 | 
	
		
			
				|  |  |                  <el-image
 | 
	
		
			
				|  |  |                    fit="cover"
 | 
	
		
			
				|  |  | -                  style="width: 100px; height: 100px"
 | 
	
		
			
				|  |  | +                  style="width: 80px; height: 80px; border-radius: 5px"
 | 
	
		
			
				|  |  |                    :src="scope.row.theoryCert"
 | 
	
		
			
				|  |  |                    :preview-src-list="[scope.row.theoryCert]"
 | 
	
		
			
				|  |  |                  ></el-image>
 |