mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 20:52:49 +08:00
部门列表
This commit is contained in:
parent
7762b72b53
commit
b01bd0e175
@ -66,7 +66,7 @@ export const DepartmentPage: React.FC = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
title="警告"
|
title="警告"
|
||||||
description="即将删除此角色,确认操作?"
|
description="即将删除此部门,确认操作?"
|
||||||
onConfirm={() => delUser(record.id)}
|
onConfirm={() => delUser(record.id)}
|
||||||
okText="确定"
|
okText="确定"
|
||||||
cancelText="取消"
|
cancelText="取消"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user