From bd5e2cf6bc93e927708d5dacf60cc576f7bf48cc Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 26 五月 2025 13:48:07 +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 fda04e4..4616e6e 100644
--- a/rsf-admin/src/page/work/outBound/OutBoundList.jsx
+++ b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
@@ -357,7 +357,7 @@
}}
pageSizeOptions={[15, 25, 50, 100]}
editMode="row"
- checkboxSelection
+ checkboxSelection = {false}
onRowSelectionModelChange={handleSelectionChange}
selectionModel={selectedRows}
sx={{
--
Gitblit v1.9.1