#
zhou zhou
5 天以前 fd02009741fbc7bc520000edb0c19afb6c27f29e
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',