#
luxiaotao1123
2024-04-02 c19737e5ac269ac70a1a392a9514a425fdf662a0
zy-asrs-flow/src/pages/map/batch/index.jsx
@@ -4,6 +4,7 @@
import { createStyles } from 'antd-style';
import * as Utils from '../utils'
import ShowJson from '../drawer/showJson';
import BatchShelfView from './view'
import BatchModify from './modify';
const useStyles = createStyles(({ token, css }) => {
@@ -59,12 +60,15 @@
                >
                    {model === ModelEnum.OBSERVER_MODEL && (
                        <>
                            <ShowJson
                            {/* <ShowJson
                                data={
                                    batchSprites?.map(item => {
                                        return item.data?.no;
                                    })
                                }
                            /> */}
                            <BatchShelfView
                            />
                        </>
                    )}