luxiaotao1123
2024-04-03 15047d62d27fbe4f99b7f93292c2cf9709b7cc97
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
                            /> */}
                        </>
                    )}