From 4bbb8e17fb6c415b8c9ed35b17c6ddd2cabb7431 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 21 八月 2025 18:03:25 +0800 Subject: [PATCH] 单据接口功能优化 --- rsf-admin/src/page/basicInfo/loc/LocItemList.jsx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/loc/LocItemList.jsx b/rsf-admin/src/page/basicInfo/loc/LocItemList.jsx index 308d7b3..6e2d6b2 100644 --- a/rsf-admin/src/page/basicInfo/loc/LocItemList.jsx +++ b/rsf-admin/src/page/basicInfo/loc/LocItemList.jsx @@ -114,9 +114,7 @@ actions={( <TopToolbar> <FilterButton /> - {/* <MyCreateButton onClick={() => { setCreateDialog(true) }} /> */} <SelectColumnsButton preferenceKey='locItem' /> - {/* <MyExportButton /> */} </TopToolbar> )} perPage={DEFAULT_ITEM_PAGE_SIZE} @@ -154,7 +152,7 @@ <TextField source="memo" label="common.field.memo" sortable={false} /> <WrapperField cellClassName="opt" label="common.field.opt"> <EditButton sx={{ padding: '1px', fontSize: '.75rem' }} /> - <DeleteButton sx={{ padding: '1px', fontSize: '.75rem' }} mutationMode={OPERATE_MODE} /> + <DeleteButton sx={{ padding: '1px', fontSize: '.75rem' }} mutationMode={OPERATE_MODE} redirect={false}/> </WrapperField> </StyledDatagrid> </List> -- Gitblit v1.9.1