chore: 没有更多数据了
This commit is contained in:
parent
2b19cea0d8
commit
b1a6c0f880
@ -236,6 +236,12 @@ function handleFinish(userList: User[]) {
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<Empty v-else :image="emptyImage" />
|
<Empty v-else :image="emptyImage" />
|
||||||
|
<div
|
||||||
|
v-if="isLoadComplete"
|
||||||
|
class="flex items-center justify-center text-[14px] opacity-50"
|
||||||
|
>
|
||||||
|
没有更多数据了
|
||||||
|
</div>
|
||||||
<!-- 遮罩loading层 -->
|
<!-- 遮罩loading层 -->
|
||||||
<div
|
<div
|
||||||
v-if="loading"
|
v-if="loading"
|
||||||
|
Loading…
Reference in New Issue
Block a user