This commit is contained in:
jxxghp
2023-11-10 21:41:57 +08:00
parent d431f0490d
commit 3a1436abef

View File

@@ -47,7 +47,7 @@ const loading = ref(false)
const totalItems = ref(0)
// 每页条数
const itemsPerPage = ref(25)
const itemsPerPage = ref(50)
// 当前页码
const currentPage = ref(1)