支持读取后台课题审核及公布时间配置
This commit is contained in:
parent
1bafb1ae4c
commit
0e9f749972
|
@ -54,7 +54,7 @@ function TimerShaft(props) {
|
|||
},
|
||||
{
|
||||
title: "Step2",
|
||||
date: "11月",
|
||||
date: "10月",
|
||||
content: "优秀项目/学生公布及颁奖",
|
||||
noArrow: true,
|
||||
}]
|
||||
|
@ -79,6 +79,9 @@ function TimerShaft(props) {
|
|||
step[0].date = formatParsedResult([{value: repoApply}], "startMonthDay")
|
||||
step[1].date = formatParsedResult([{value: repoApply}], "rangeConcatDot")
|
||||
}
|
||||
// 审核项目及课题
|
||||
const auditProject = setting["auditProject"];
|
||||
auditProject && (step[2].date = formatParsedResult([{value: auditProject}], "rangeConcatDot"))
|
||||
// 学生报名
|
||||
const stuApply = setting["stuApply"];
|
||||
stuApply && (step[3].date = formatParsedResult([{value: stuApply}], "rangeConcatDot"))
|
||||
|
|
Loading…
Reference in New Issue