diff --git a/public/react/src/modules/page/component/TPICodeSetting.js b/public/react/src/modules/page/component/TPICodeSetting.js
index c83422c4e..05caa145b 100644
--- a/public/react/src/modules/page/component/TPICodeSetting.js
+++ b/public/react/src/modules/page/component/TPICodeSetting.js
@@ -116,20 +116,40 @@ class TPICodeSetting extends Component {
跳关
-
{ task_pass ? 'on' : 'off'}
+
{ task_pass ? '允许' : '不允许'}
@@ -137,7 +157,7 @@ class TPICodeSetting extends Component {
: "禁止学员通过金币解锁查看测试集内容"} disableFocusListener={true}>
测试集解锁
-
{ test_set_permission ? 'on' : 'off'}
+
{ test_set_permission ? '允许' : '不允许'}
@@ -145,15 +165,15 @@ class TPICodeSetting extends Component {
: "启用页面复制和粘贴功能"} disableFocusListener={true}>
-
禁止代码复制粘贴
-
{ forbid_copy ? 'on' : 'off'}
+
代码复制粘贴
+
{ !forbid_copy ? '允许' : '不允许'}
-
-