From 8a678809eb51019272189dbe2638c0fa7c9b348b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 11 十月 2024 15:19:23 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/settings/CopyDrawer.jsx | 43 +++++++++++++++++++++---------------------- 1 files changed, 21 insertions(+), 22 deletions(-) diff --git a/zy-acs-flow/src/map/settings/CopyDrawer.jsx b/zy-acs-flow/src/map/settings/CopyDrawer.jsx index 8f6b767..b431bf1 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> @@ -215,28 +235,7 @@ </Grid> )} - {deviceType === DEVICE_TYPE.SHELF && ( - <> - </> - )} - - {deviceType === DEVICE_TYPE.CHARGE && ( - <> - </> - )} - - {deviceType === DEVICE_TYPE.STATION && ( - <> - </> - )} - - {deviceType === DEVICE_TYPE.POINT && ( - <> - </> - )} - - - <Grid item xs={12}> + <Grid item xs={12} mt={2}> <Divider /> </Grid> -- Gitblit v1.9.1