diff --git a/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js b/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
index 5073a6e9c..05a3eb5cd 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
@@ -232,9 +232,9 @@ class ShixunHomeworkPage extends Component {
typelist={teacherdatapage === undefined ? [""] : teacherdatapage.homework_status}
/>
this.gotohome()}>返回
- 1?实训详情
+ target={"_blank"}>实训详情:""}
@@ -336,10 +336,10 @@ class ShixunHomeworkPage extends Component {
{teacherdatapage.commit_des}
}
- {teacherdatapage === undefined ? "" : 1?}
+ />:""}
{this.props.isStudent() ?
(
teacherdatapage&&teacherdatapage.redo_work===true?
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js
index f5f06c037..2a8a893cb 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js
@@ -359,14 +359,14 @@ class ShixunhomeWorkItem extends Component{
}
{this.props.isAdmin?this.stopPro(event)} className={this.props.isAdminOrCreator()?"homepagePostSetting homepagePostSettingname":"homepagePostSetting homepagePostSettingbox"} style={{"right":"-2px","top":"6px","display":"block"}}>
- 实训详情
+ {discussMessage&&discussMessage.shixun_status>1?实训详情:""}
{this.props.isAdminOrCreator()?this.editname(discussMessage.name,discussMessage.homework_id,event)} className={"btn colorblue ml20 font-16 fontweight400"}>重命名:""}
{/* 设置*/}
设置
:""}
- {this.props.isStudent===true?this.props.course_identity===5?
+ {this.props.isStudent===true?this.props.course_identity===5?discussMessage&&discussMessage.shixun_status>1?
{startbtn===false?
(discussMessage.task_operation[0] == '继续挑战' || discussMessage.task_operation[0] == '查看实战' ?
@@ -377,7 +377,7 @@ class ShixunhomeWorkItem extends Component{
this.taskoperationId(discussMessage.task_operation[1])}>
{discussMessage.task_operation[0]}
):开启中}
- :"":""
+ :"":"":""
}
diff --git a/public/react/src/modules/tpm/TPMsettings/LearningSettings.js b/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
index 81de06cfb..ac1b0e25a 100644
--- a/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
+++ b/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
@@ -106,8 +106,8 @@ export default class Shixuninformation extends Component {
test_set_permission: this.state.test_set_permission,
vnc: this.state.vnc,
webssh: this.state.websshshow === false ? 0 : this.state.opensshRadio,
+ code_edit_permission:this.state.is_secret_repository
},
- is_secret_repository: this.state.is_secret_repository
}
).then((response) => {
if (response.data.status === -1) {