Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Created July 6, 2017 09:49
Show Gist options
  • Save xgqfrms-GitHub/94607b60e14b998eab87ca8ab86588e4 to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/94607b60e14b998eab87ca8ab86588e4 to your computer and use it in GitHub Desktop.
角色权限认证管理
@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jul 6, 2017

Admin\ModalForm.js

\src\routes

H:\xgqfrms\Roles\src\routes\account\Admin\ModalForm.js

@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jul 6, 2017

    {
        title: '性别',
        dataIndex: 'isMale',
        key: 'isMale',
        render: (text) => <span>{text
            ? '男'
            : '女'}</span>
    },

H:\xgqfrms\Roles\src\routes\account\Admin\List.js

\src\routes\

@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jul 6, 2017

@xyzdata
Copy link

xyzdata commented Jul 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment