Browse Source

提交一下

1
mo 3 years ago
parent
commit
ab2ea82890
1 changed files with 10 additions and 4 deletions
  1. 10 4
      src/views/platformManager/tenantApply/modals/infodetail.vue

+ 10 - 4
src/views/platformManager/tenantApply/modals/infodetail.vue

@@ -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>