Browse Source

优选集团详情页暂无数据

Xiao_123 3 weeks ago
parent
commit
fbbe82ad05

+ 3 - 0
src/views/recruit/personal/home/components/preferredGroup/details.vue

@@ -109,6 +109,9 @@
 
     <BackTop />
   </div>
+  <div v-else class="d-flex align-center justify-center" style="height: 100vh;">
+    <Empty :elevation="false" message="暂无集团详情,请联系门墩儿管理员"></Empty>
+  </div>
 </template>
 
 <script setup>