| 
					
				 | 
			
			
				@@ -71,7 +71,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 操作按钮 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="table-operator"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <a-button id="productInfoList-add" type="primary" @click="handleEdit()">新增产品</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <a-button id="productInfoList-add" type="primary" class="button-error" @click="handleEdit()">新增</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <a-button id="productInfoList-import" :loading="loading" @click="handleBatchAudit" style="margin: 0 15px;">批量审核</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <a-button id="productInfoList-import" :loading="loading" @click="handleBatchLaunch" style="margin: 0 15px;">批量上线</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <a-button id="productInfoList-import" :loading="loading" @click="handleBatchDownline" style="margin: 0 15px;">批量下线</a-button> 
			 |