|  | @@ -12,10 +12,10 @@
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <div class="add-customer-btn">
 | 
	
		
			
				|  |  | -        <el-button type="primary" @click="synchronization" size="small"
 | 
	
		
			
				|  |  | +        <el-button type="primary" @click="synchronization" size="small" :disabled="!form.id"
 | 
	
		
			
				|  |  |          >同 步
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  | -        <el-button type="primary" @click="openFlow" size="small"
 | 
	
		
			
				|  |  | +        <el-button type="primary" @click="openFlow" size="small" :disabled="!form.id"
 | 
	
		
			
				|  |  |            >审 核
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |          <el-button
 |