#
luxiaotao1123
2024-10-11 8a678809eb51019272189dbe2638c0fa7c9b348b
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>