This commit is contained in:
xingyu4j
2025-11-13 16:12:44 +08:00
parent 62f630fd19
commit 100f0a41b6
14 changed files with 150 additions and 166 deletions

View File

@@ -14,6 +14,7 @@ import {
FormItem,
Input,
Modal,
Pagination,
Select,
} from 'ant-design-vue';
@@ -166,7 +167,7 @@ function showTotal(total: number) {
<div class="flex-1 rounded-lg bg-white p-4">
<MessageTable :list="list" :loading="loading" @send="handleSend" />
<div v-show="total > 0" class="mt-4 flex justify-end">
<a-pagination
<Pagination
v-model:current="queryParams.pageNo"
v-model:page-size="queryParams.pageSize"
:total="total"