| | |
| | | PageContainer, |
| | | ProTable, |
| | | LightFilter, |
| | | TableDropdown |
| | | } from '@ant-design/pro-components'; |
| | | import { PlusOutlined, ExportOutlined, DownOutlined, DeleteOutlined, ExclamationCircleOutlined } from '@ant-design/icons'; |
| | | import Http from '@/utils/http'; |
| | |
| | | > |
| | | 删除 |
| | | </Button>, |
| | | <TableDropdown |
| | | key="actionGroup" |
| | | name="asds" |
| | | onSelect={(key) => { |
| | | if (key === 'pwd') { |
| | | setPwdModalVisible(true); |
| | | setCurrentRow(record); |
| | | } |
| | | else if (key === 'authRole') { |
| | | } |
| | | }} |
| | | menus={[ |
| | | // { key: 'pwd', name: '密码重置' }, |
| | | { key: 'authRole', name: '分配角色' }, |
| | | ]} |
| | | />, |
| | | ], |
| | | }, |
| | | ]; |