@@ -506,7 +507,7 @@ function Apply(props) {
4、课题实施规划:课题实施拆解、工作规划以及时间安排;
5、个人简介:编程技能、过往经验;
6、提示:文本框表达内容有限,建议您提供内容的pdf或url链接方式展示更精彩的陈述"
- onBlur={(e) => { verify("memo" + i); changeTaskItem("memo", e.currentTarget.value, i) }} rows={7} className={editable ? "memoText" : "memoText disabledInput"} />
+ onBlur={(e) => { verify("memo" + i); changeTaskItem("memo", e.currentTarget.value, i) }} rows={7} className={editable ? "memoText disabledInput" : "memoText disabledInput"} disabled={studentApplyEnd} />
)}
{helper('附件',
@@ -525,6 +526,7 @@ function Apply(props) {
downloadIcon:
,
showRemoveIcon: true
}}
+ disabled={studentApplyEnd}
>
上传自荐书
@@ -545,7 +547,7 @@ function Apply(props) {
{getFieldDecorator("enrollFirst", {
rules: [{ required: true, message: "请选择课题优先级" },]
})(
-
+
课题一
课题二
@@ -553,9 +555,9 @@ function Apply(props) {
}
- {/*
+ {!studentApplyEnd &&
- */}
+ }
diff --git a/src/glcc/student/index.scss b/src/glcc/student/index.scss
index 41fa70c0..4054a05a 100644
--- a/src/glcc/student/index.scss
+++ b/src/glcc/student/index.scss
@@ -249,7 +249,7 @@
font-size: 14px;
line-height: 30px;
text-align: center;
- cursor: pointer;
+ cursor: not-allowed;
&:hover {
opacity: 0.8;
}