#
luxiaotao1123
2024-03-24 781f447c1c8b902f66fc71ae42fc395c83e590c6
#
2个文件已修改
3 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/batch/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/showJson.jsx 2 ●●● 补丁 | 查看 | 原始文档 | 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 (
        <>