zy-asrs-flow/src/pages/map/batch/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-flow/src/pages/map/drawer/showJson.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/batch/index.jsx
@@ -61,6 +61,7 @@ }) } height='60%' jsonType={0} /> </Card> zy-asrs-flow/src/pages/map/drawer/showJson.jsx
@@ -38,7 +38,7 @@ const { styles } = useStyles(); const { data } = props; const formattedJSON = JSON.stringify(data, null, 0); const formattedJSON = JSON.stringify(data, null, props.jsonType ?? 2); return ( <>