diff --git a/src/glcc/index.jsx b/src/glcc/index.jsx
index b4526114..6ffabac6 100644
--- a/src/glcc/index.jsx
+++ b/src/glcc/index.jsx
@@ -158,7 +158,7 @@ const Glcc = (propsF) => {
(
-
+
)}
>
diff --git a/src/glcc/project/taskList/index.jsx b/src/glcc/project/taskList/index.jsx
index 0ed2be08..71898e3c 100644
--- a/src/glcc/project/taskList/index.jsx
+++ b/src/glcc/project/taskList/index.jsx
@@ -32,12 +32,13 @@ function TaskList({applyTaskId, setStudentInfoReset, current_user, showLoginDial
title: '操作', dataIndex: 'action', align: 'center', className:"actionColumns taskTableColumns", render: ((text, item, index) => {
return (
- {applyTaskId && Object.keys(applyTaskId).includes(item.id.toString()) && {window.location.href=`/glcc/student/apply/${item.id}`}}>报名详情}
- {/* {(isStudentApplyDate || studentApplyEnd) && (applyTaskId && Object.keys(applyTaskId).includes(item.id.toString()) ?
+ {/* {applyTaskId && Object.keys(applyTaskId).includes(item.id.toString()) && {window.location.href=`/glcc/student/apply/${item.id}`}}>报名详情} */}
+ {/* 记得注释 放开上一行 */}
+ {(isStudentApplyDate || studentApplyEnd) && (applyTaskId && Object.keys(applyTaskId).includes(item.id.toString()) ?
{window.location.href=`/glcc/student/apply/${item.id}`}}>报名详情
{!studentApplyEnd && {deleteItem(item.id)}}>}
:isStudentApplyDate &&
- {applyTask(item.id)}}>申请课题)} */}
+ {applyTask(item.id)}}>申请课题)}
)
})
diff --git a/src/glcc/student/index.jsx b/src/glcc/student/index.jsx
index d0b0ac14..5b79caf5 100644
--- a/src/glcc/student/index.jsx
+++ b/src/glcc/student/index.jsx
@@ -555,9 +555,10 @@ function Apply(props) {
}
- {!studentApplyEnd &&
+ {/* 记得注释 */}
+
- }
+