|
|
|
@ -19,6 +19,7 @@ import {
|
|
|
|
|
import PageHeaderLayout from '../../layouts/PageHeaderLayout';
|
|
|
|
|
|
|
|
|
|
import styles from './BasicList.less';
|
|
|
|
|
import Authorized from '../../utils/Authorized';
|
|
|
|
|
|
|
|
|
|
const RadioButton = Radio.Button;
|
|
|
|
|
const RadioGroup = Radio.Group;
|
|
|
|
@ -89,7 +90,9 @@ export default class BasicList extends PureComponent {
|
|
|
|
|
<a>编辑</a>
|
|
|
|
|
</Menu.Item>
|
|
|
|
|
<Menu.Item>
|
|
|
|
|
<a>删除</a>
|
|
|
|
|
<Authorized authority="admin" >
|
|
|
|
|
<a>删除</a>
|
|
|
|
|
</Authorized>
|
|
|
|
|
</Menu.Item>
|
|
|
|
|
</Menu>
|
|
|
|
|
);
|
|
|
|
|