1
2 天以前 e0921e578658cc5181bcb9ff76f61ba47e6f0d76
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',