#
Junjie
2024-06-18 2eecb1a7d658479ed7ac0990b6dbdddc91fe8480
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 }) => {
@@ -66,6 +67,9 @@
                                    })
                                }
                            />
                            {/* <BatchShelfView
                            /> */}
                        </>
                    )}