zhou zhou
3 天以前 f9a6076d64f561d0b6f4fa71a4f08eeb2d3f1084
rsf-admin/src/page/menuPda/MenuPdaList.jsx
@@ -48,14 +48,14 @@
        id: 'icon',
        label: 'table.field.menuPda.icon',
        minWidth: 80,
        format: (iconStr) => {
            if (iconStr) {
                const IconComponent = getIconComponent(iconStr);
                if (IconComponent) {
                    return <IconComponent />;
                }
            }
        }
        // format: (iconStr) => {
        //     if (iconStr) {
        //         const IconComponent = getIconComponent(iconStr);
        //         if (IconComponent) {
        //             return <IconComponent />;
        //         }
        //     }
        // }
    },
    {
        id: 'route',