From e0921e578658cc5181bcb9ff76f61ba47e6f0d76 Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期六, 24 一月 2026 08:25:49 +0800
Subject: [PATCH] lsh#

---
 rsf-admin/src/page/waitPakin/SelectSiteModel.jsx |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
index 3c828af..5dba141 100644
--- a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
+++ b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
@@ -51,11 +51,10 @@
             setOpen(false);
         }
     };
-    console.log(source);
     return (
         <Box>
             <Dialog
-            sx={{width: '90%'}}
+            sx={{width: '100%'}}
                 open={open}
                 onClose={handleClose}
                 fullWidth
@@ -64,6 +63,7 @@
             >
                 <DialogTitle>
                     {translate('toolbar.selectSite')}
+                    <DialogCloseButton onClose={() => setOpen(false)} />
                 </DialogTitle>
                 <DialogContent>
                     <List
@@ -107,13 +107,15 @@
                             <TextField source="createBy$" label="common.field.createBy" />
                             <DateField source="createTime" label="common.field.createTime" showTime />
                             <BooleanField source="statusBool" label="common.field.status" sortable={false} />
+                            <NumberField source="deviceSite" label="table.field.deviceSite.areaIdStart" />,
+                            <NumberField source="deviceSite" label="table.field.deviceSite.areaIdEnd" />,
                             <TextField source="memo" label="common.field.memo" sortable={false} />
                             <WrapperField cellClassName="opt" label="common.field.opt">
-                            <SelectSiteButton source={source} setOpen={setOpen} refresh={refresh} notify={notify} />
+                                <SelectSiteButton source={source} setOpen={setOpen} refresh={refresh} notify={notify} />
                             </WrapperField>
                         </StyledDatagrid>
                     </List>
-                </DialogContent>
+                </DialogContent>                
             </Dialog>
         </Box>
     )

--
Gitblit v1.9.1