1
5 天以前 8dfd55ef1c0eccf3adf105f0d4f5828bdbc3f86d
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',