From cc4af9436df69a6684f4c25dd1d6a5f56e24724f Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 05 九月 2025 14:43:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/erpReceiving/erpReceiving.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/erpReceiving/erpReceiving.html b/src/main/webapp/views/erpReceiving/erpReceiving.html
index 6ab4d8c..fbdb483 100644
--- a/src/main/webapp/views/erpReceiving/erpReceiving.html
+++ b/src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -103,8 +103,8 @@
         const app = createApp({
             setup() {
                 const currentPage = ref(1)
-                const pageSizes = ref([10, 20, 30, 50, 100, 200])
-                const pageSize = ref(10)
+                const pageSizes = ref([15,20, 30, 50, 100, 200])
+                const pageSize = ref(15)
                 const pageTotal = ref(0)
                 const tableSearchParam = ref({
                     produce_no: null,

--
Gitblit v1.9.1