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 /> </> )}