| 
					
				 | 
			
			
				@@ -127,7 +127,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <el-input placeholder="金额" v-model="countCost" :disabled="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         style="width: 120px;"></el-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <el-select v-model="currency" placeholder="币种选择" clearable filterable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        style="width:106px" :disabled="true"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        style="width:100px" :disabled="true"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         <el-option v-for="item in currencyList" :key="item.currencyId" :label="item.currencyCode" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             :value="item.currencyId"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         </el-option> 
			 |