mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 18:29:34 +08:00
删除弹窗确认按钮样式优化
This commit is contained in:
@@ -144,7 +144,6 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
content: "确认删除此人员?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
onOk() {
|
||||
adminUser.destroyAdminUser(id).then((res: any) => {
|
||||
|
||||
Reference in New Issue
Block a user