refactor: user table list

This commit is contained in:
jialin
2025-10-13 19:55:08 +08:00
parent d3f39ae06b
commit 2c9f5062a9
10 changed files with 254 additions and 285 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type AddModalProps = {
action: PageActionType;
open: boolean;
onOk: (values: FormData) => void;
data?: ListItem;
data?: ListItem | null;
onCancel: () => void;
};
const AddModal: React.FC<AddModalProps> = ({