mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 09:24:15 +08:00
线上课学习清楚学习记录按钮相关文案优化
This commit is contained in:
parent
33e302503c
commit
09cbffe3ae
@ -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: "取消",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user