| 
					
				 | 
			
			
				@@ -9,7 +9,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @cancle="isShow=false" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     :width="960"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <a-spin :spinning="spinning" tip="Loading..."> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <div style="max-height: 400px;overflow: auto;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <a-collapse :activeKey="['1','2','3']" class="merchantInfoManagement-cont-m"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a-collapse-panel key="1" header="基础信息"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <a-descriptions :column="2" bordered size="small"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -81,17 +81,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-descriptions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </a-collapse-panel> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </a-collapse> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <div class="btn-cont"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <a-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            id="merchantInfoManagement-audit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            size="large" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            v-if="isAudit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            type="primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            class="button-primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            style="margin-right: 50px;" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            @click="visibleAudit=true">审核</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <a-button id="merchantInfoManagement-back" size="large" @click="isShow = false" style="font-size: 12px;">返回列表</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <div class="btn-cont"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <a-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          id="merchantInfoManagement-audit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          size="large" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          v-if="isAudit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          type="primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          class="button-primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          style="margin-right: 50px;" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          @click="visibleAudit=true">审核</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <a-button id="merchantInfoManagement-back" size="large" @click="isShow = false" style="font-size: 12px;">返回列表</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </a-spin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 审核 --> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -205,7 +205,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .btn-cont { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      margin: 35px 0 30px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      margin: 15px 0 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       button{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         width: 150px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 |