mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 19:04:18 +08:00
系统管理人员列表初步
This commit is contained in:
parent
b2ba666294
commit
2309710f27
@ -74,8 +74,10 @@ export const MemberPage: React.FC = () => {
|
||||
{
|
||||
title: "操作",
|
||||
key: "action",
|
||||
fixed: "right",
|
||||
width: 160,
|
||||
render: (_, record) => (
|
||||
<Space size="middle">
|
||||
<Space size="small">
|
||||
<Button
|
||||
type="link"
|
||||
danger
|
||||
|
@ -71,8 +71,10 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
{
|
||||
title: "操作",
|
||||
key: "action",
|
||||
fixed: "right",
|
||||
width: 160,
|
||||
render: (_, record) => (
|
||||
<Space size="middle">
|
||||
<Space size="small">
|
||||
<Button
|
||||
type="link"
|
||||
danger
|
||||
|
Loading…
x
Reference in New Issue
Block a user