Commit c04e791d by zhangleyuan

feat:处理ui验收问题

parent 3d7e1413
......@@ -208,6 +208,7 @@ function EmployeesManagePage() {
content: "删除后,讲师将不能登录系统,此操作不能被撤销",
icon: <span className="icon iconfont default-confirm-icon">&#xe839; </span>,
okText: "删除",
okType: 'danger',
cancelText: "取消",
onOk: () => {
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