Commit 097da95e by zhangleyuan

feat:处理ui验收问题

parent 601ea1de
...@@ -208,6 +208,7 @@ function EmployeesManagePage() { ...@@ -208,6 +208,7 @@ function EmployeesManagePage() {
content: "删除后,讲师将不能登录系统,此操作不能被撤销", content: "删除后,讲师将不能登录系统,此操作不能被撤销",
icon: <span className="icon iconfont default-confirm-icon">&#xe839; </span>, icon: <span className="icon iconfont default-confirm-icon">&#xe839; </span>,
okText: "删除", okText: "删除",
okType: 'danger',
cancelText: "取消", cancelText: "取消",
onOk: () => { onOk: () => {
handleDeleteEmployee(record.id); handleDeleteEmployee(record.id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment