flat: 暂存
This commit is contained in:
@@ -254,7 +254,7 @@ const UserTableList: React.FC = () => {
|
||||
type="link"
|
||||
size="small"
|
||||
key="edit"
|
||||
icon=<EditOutlined />
|
||||
icon={<EditOutlined />}
|
||||
hidden={!access.hasPerms('system:user:edit.tsx')}
|
||||
onClick={async () => {
|
||||
fetchUserInfo(record.userId);
|
||||
@@ -270,7 +270,7 @@ const UserTableList: React.FC = () => {
|
||||
type="link"
|
||||
size="small"
|
||||
danger
|
||||
icon=<DeleteOutlined />
|
||||
icon={<DeleteOutlined />}
|
||||
key="batchRemove"
|
||||
hidden={!access.hasPerms('system:user:remove')}
|
||||
onClick={async () => {
|
||||
|
||||
Reference in New Issue
Block a user