|
@@ -113,6 +113,10 @@
|
|
|
<div class="person-contact">{{ person.department }} {{ person.phone }}</div>
|
|
<div class="person-contact">{{ person.department }} {{ person.phone }}</div>
|
|
|
</div>
|
|
</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>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -539,5 +543,11 @@ const handleTabClick = (tabKey: string) => {
|
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
+ .empty-bos{
|
|
|
|
|
+ :deep(.el-empty){
|
|
|
|
|
+ padding: 10px 0 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|