From 2fa75417c23efbdfe0c5c08f72613beaa15c31c8 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 26 五月 2025 16:17:57 +0800 Subject: [PATCH] #站点初始化 --- rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx index 278e218..82e94c4 100644 --- a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx +++ b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx @@ -335,7 +335,7 @@ }} pageSizeOptions={[15, 25, 50, 100]} editMode="row" - checkboxSelection + checkboxSelection = {false} onRowSelectionModelChange={handleSelectionChange} selectionModel={selectedRows} sx={{ -- Gitblit v1.9.1