From 3c7077d05320f8c5d8cce4987488fd272028ccaf Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Mon, 19 May 2025 14:28:10 +0800 Subject: [PATCH] dev --- src/views/registration/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/registration/index.vue b/src/views/registration/index.vue index f1f0311..a74a34a 100644 --- a/src/views/registration/index.vue +++ b/src/views/registration/index.vue @@ -130,7 +130,7 @@ const getPatientList = () => { }) } const total = ref(0) -const size = ref(2) +const size = ref(20) const page = ref(1) const changePage = (value: any) => { page.value = value