mirror of
https://github.com/PlayEdu/backend
synced 2025-06-09 08:55:38 +08:00
学员学习进度明细中文案优化
This commit is contained in:
parent
09cbffe3ae
commit
86ab6b7751
@ -148,7 +148,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
|
|||||||
{records && records[record.id] ? (
|
{records && records[record.id] ? (
|
||||||
<PerButton
|
<PerButton
|
||||||
type="link"
|
type="link"
|
||||||
text="删除"
|
text="重置"
|
||||||
class="b-link c-red"
|
class="b-link c-red"
|
||||||
icon={null}
|
icon={null}
|
||||||
p="user-learn-destroy"
|
p="user-learn-destroy"
|
||||||
@ -169,7 +169,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
|
|||||||
confirm({
|
confirm({
|
||||||
title: "操作确认",
|
title: "操作确认",
|
||||||
icon: <ExclamationCircleFilled />,
|
icon: <ExclamationCircleFilled />,
|
||||||
content: "确认删除此课程下所有课时的学习记录?",
|
content: "确认重置此课程下所有课时的学习记录?",
|
||||||
centered: true,
|
centered: true,
|
||||||
okText: "确认",
|
okText: "确认",
|
||||||
cancelText: "取消",
|
cancelText: "取消",
|
||||||
@ -192,7 +192,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
|
|||||||
confirm({
|
confirm({
|
||||||
title: "操作确认",
|
title: "操作确认",
|
||||||
icon: <ExclamationCircleFilled />,
|
icon: <ExclamationCircleFilled />,
|
||||||
content: "确认删除此课时的学习记录?",
|
content: "确认重置此课时的学习记录?",
|
||||||
centered: true,
|
centered: true,
|
||||||
okText: "确认",
|
okText: "确认",
|
||||||
cancelText: "取消",
|
cancelText: "取消",
|
||||||
@ -224,7 +224,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
|
|||||||
<div className="d-flex mt-24">
|
<div className="d-flex mt-24">
|
||||||
<PerButton
|
<PerButton
|
||||||
type="primary"
|
type="primary"
|
||||||
text="清空"
|
text="重置学习记录"
|
||||||
class="c-white"
|
class="c-white"
|
||||||
icon={null}
|
icon={null}
|
||||||
p="user-learn-destroy"
|
p="user-learn-destroy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user