| 
					
				 | 
			
			
				@@ -20,6 +20,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <descriptions-item label="项目负责人联系电话:">{{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         activeRow.phone || "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }}</descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <descriptions-item label="现有学校数量">{{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        activeRow.currentHasSchoolNum || 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      }}</descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <descriptions-item label="学生人数">{{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        activeRow.studentNum || 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      }}</descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <descriptions-item label="营业执照编号:" span="4">{{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         activeRow.tsignCode || "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }}</descriptions-item> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -122,14 +129,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-col :span="6"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="imgWrapItem"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <p>企业LOGO</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  <el-image 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <el-image 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               class="horizontal" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :src="activeRow.logo" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :preview-src-list="[activeRow.logo]" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               alt="" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          </div></el-col 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            /></div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ></el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </div> 
			 |