| 
					
				 | 
			
			
				@@ -137,7 +137,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template #prepend>注册证号过滤</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-input v-model="nationalCode" clearable style="width: 320px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <template #prepend>国家代码</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <template #prepend>国家代码过虑</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table :data="cptNationalItems" :height="dialogTableHeight" stripe> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column label="国家代码" prop="nationalCode"></el-table-column> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -298,7 +298,7 @@ const cptNationalItems = computed(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return data.national.filter((item) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      return true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      return item.nationalCode.indexOf(nationalCode.value) !== -1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 |