牛奶 před 1 dnem
rodič
revize
0b8baeabc1
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10 0
      src/views/enterprise/companyInfo/index.vue

+ 10 - 0
src/views/enterprise/companyInfo/index.vue

@@ -113,6 +113,10 @@
             <div class="person-contact">{{ person.department }} {{ person.phone }}</div>
           </div>
         </div>
+        <div class="flex-row-center w-[100%] empty-bos" v-if="servicePersons.length === 0">
+           <el-empty image-size="100" description="暂无" />
+        </div>
+
       </div>
     </div>
 
@@ -539,5 +543,11 @@ const handleTabClick = (tabKey: string) => {
       line-height: 1.6;
     }
   }
+
 }
+  .empty-bos{
+    :deep(.el-empty){
+      padding: 10px 0 !important;
+    }
+  }
 </style>