mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
列表操作模块优化
This commit is contained in:
@@ -84,7 +84,7 @@ export const MemberPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="详情"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="user-update"
|
||||
onClick={() => navigate(`/member/update/${record.id}`)}
|
||||
@@ -99,7 +99,7 @@ export const MemberPage: React.FC = () => {
|
||||
<PerButton
|
||||
type="link"
|
||||
text="删除"
|
||||
class="c-red"
|
||||
class="b-link c-red"
|
||||
icon={null}
|
||||
p="user-destroy"
|
||||
onClick={() => null}
|
||||
|
||||
Reference in New Issue
Block a user