zhou zhou
2026-01-16 7bb6b996d2993ea2f6cb20132316c0fc6885cb6d
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