#
luxiaotao1123
2024-10-16 39ab1e6065717dc1b62ac1f0bbf4f2f46acb0bb0
#
2个文件已修改
7 ■■■■■ 已修改文件
zy-acs-flow/src/map/MapPage.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/header/MapSearch.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/MapPage.jsx
@@ -284,6 +284,7 @@
                    setMode={setMode}
                    dataFetched={dataFetched}
                    curZone={curZone}
                    setCurSprite={setCurSprite}
                    setSpriteSettings={setSpriteSettings}
                />
                <Box sx={{ flexGrow: 1 }} />
zy-acs-flow/src/map/header/MapSearch.jsx
@@ -138,10 +138,10 @@
                size="small"
                options={filterDeviceList}
                getOptionLabel={(option) => option.value}
                renderOption={(props, option) => {
                    const { key, ...otherProps } = props;
                renderOption={(optionProps, option) => {
                    const { key, ...otherProps } = optionProps;
                    return (
                        <li key={Number(key)} {...otherProps}>
                        <li key={option.uuid} {...otherProps}>
                            <Stack direction="row" justifyContent="space-between" width="100%">
                                <Typography variant="body1" fontWeight="bold">
                                    {option.label}