线上课学习清楚学习记录按钮相关文案优化

This commit is contained in:
禺狨 2023-04-25 10:17:54 +08:00
parent 33e302503c
commit 09cbffe3ae

View File

@ -149,13 +149,13 @@ const CourseUserPage = () => {
// 删除学员 // 删除学员
const delItem = () => { const delItem = () => {
if (selectedRowKeys.length === 0) { if (selectedRowKeys.length === 0) {
message.error("请选择学员后再清除"); message.error("请选择学员后再重置");
return; return;
} }
confirm({ confirm({
title: "操作确认", title: "操作确认",
icon: <ExclamationCircleFilled />, icon: <ExclamationCircleFilled />,
content: "确认清除选中学员学习记录?", content: "确认重置选中学员学习记录?",
centered: true, centered: true,
okText: "确认", okText: "确认",
cancelText: "取消", cancelText: "取消",