#
luxiaotao1123
2024-10-14 282e950afa48ae243917d02a713a7f512762e761
zy-acs-flow/src/map/batch/index.jsx
@@ -42,13 +42,24 @@
                        <Box p={3}>
                            {mode === MAP_MODE.OBSERVER_MODE && (
                                <>
                                    <BatchSettings
                                        data={
                                            batchSprites?.map(item => {
                                                return item.data?.no;
                                            })
                                        }
                                    />
                                </>
                            )}
                            {mode === MAP_MODE.SETTINGS_MODE && (
                                <>
                                    <BatchSettings
                                        data={
                                            batchSprites?.map(item => {
                                                return item.data?.no;
                                            })
                                        }
                                    />
                                </>
                            )}