zjj
2025-07-16 48a8c922100fa350b03799b9077ebc0e6f4c3147
rsf-admin/src/page/components/DictField.jsx
@@ -10,7 +10,7 @@
    const theme = useTheme();
    const value = JSON.parse(localStorage.getItem('sys_dicts'))?.find(dict => (dict.value == record[source])).label;
    console.log(value)
    return record ? (
        <Typography