mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 06:16:23 +08:00
线上课学习清楚学习记录按钮相关文案优化
This commit is contained in:
parent
33e302503c
commit
09cbffe3ae
@ -149,13 +149,13 @@ const CourseUserPage = () => {
|
||||
// 删除学员
|
||||
const delItem = () => {
|
||||
if (selectedRowKeys.length === 0) {
|
||||
message.error("请选择学员后再清除");
|
||||
message.error("请选择学员后再重置");
|
||||
return;
|
||||
}
|
||||
confirm({
|
||||
title: "操作确认",
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: "确认清除选中学员学习记录?",
|
||||
content: "确认重置选中学员学习记录?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
cancelText: "取消",
|
||||
|
Loading…
x
Reference in New Issue
Block a user