From 9bb62e919e8c85e7cfca55f0af90da5e48dcedeb Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 30 一月 2026 17:08:39 +0800
Subject: [PATCH] 查询库存明细-订单号

---
 rsf-admin/src/page/work/outBound/OutBoundList.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/work/outBound/OutBoundList.jsx b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
index 1831c4f..bdc4ed7 100644
--- a/rsf-admin/src/page/work/outBound/OutBoundList.jsx
+++ b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
@@ -351,7 +351,7 @@
                         },
                     },
                 }}
-                pageSizeOptions={[15, 25, 50, 100]}
+                pageSizeOptions={[10, 20, 50, 100]}
                 editMode="row"
                 checkboxSelection = {false}
                 onRowSelectionModelChange={handleSelectionChange}

--
Gitblit v1.9.1