From d73debf39bbc3506f11a22a0df1d5e561fd76fbb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 11 十月 2024 15:18:25 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/settings/CopyDrawer.jsx |   41 ++++++++++++++++++++---------------------
 1 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/zy-acs-flow/src/map/settings/CopyDrawer.jsx b/zy-acs-flow/src/map/settings/CopyDrawer.jsx
index 8f6b767..9cce977 100644
--- a/zy-acs-flow/src/map/settings/CopyDrawer.jsx
+++ b/zy-acs-flow/src/map/settings/CopyDrawer.jsx
@@ -181,6 +181,26 @@
                                         />
                                     </Grid>
 
+                                    {deviceType === DEVICE_TYPE.SHELF && (
+                                        <>
+                                        </>
+                                    )}
+
+                                    {deviceType === DEVICE_TYPE.CHARGE && (
+                                        <>
+                                        </>
+                                    )}
+
+                                    {deviceType === DEVICE_TYPE.STATION && (
+                                        <>
+                                        </>
+                                    )}
+
+                                    {deviceType === DEVICE_TYPE.POINT && (
+                                        <>
+                                        </>
+                                    )}
+
                                     {watch('autoIncrement') && (
                                         <Grid item xs={12}>
                                             <FormControl fullWidth>
@@ -214,27 +234,6 @@
                                             </FormControl>
                                         </Grid>
                                     )}
-
-                                    {deviceType === DEVICE_TYPE.SHELF && (
-                                        <>
-                                        </>
-                                    )}
-
-                                    {deviceType === DEVICE_TYPE.CHARGE && (
-                                        <>
-                                        </>
-                                    )}
-
-                                    {deviceType === DEVICE_TYPE.STATION && (
-                                        <>
-                                        </>
-                                    )}
-
-                                    {deviceType === DEVICE_TYPE.POINT && (
-                                        <>
-                                        </>
-                                    )}
-
 
                                     <Grid item xs={12}>
                                         <Divider />

--
Gitblit v1.9.1