支持读取后台课题审核及公布时间配置

This commit is contained in:
谢思 2025-04-17 16:50:37 +08:00
parent 1bafb1ae4c
commit 0e9f749972
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function TimerShaft(props) {
}, },
{ {
title: "Step2", title: "Step2",
date: "11月", date: "10月",
content: "优秀项目/学生公布及颁奖", content: "优秀项目/学生公布及颁奖",
noArrow: true, noArrow: true,
}] }]
@ -79,6 +79,9 @@ function TimerShaft(props) {
step[0].date = formatParsedResult([{value: repoApply}], "startMonthDay") step[0].date = formatParsedResult([{value: repoApply}], "startMonthDay")
step[1].date = formatParsedResult([{value: repoApply}], "rangeConcatDot") step[1].date = formatParsedResult([{value: repoApply}], "rangeConcatDot")
} }
//
const auditProject = setting["auditProject"];
auditProject && (step[2].date = formatParsedResult([{value: auditProject}], "rangeConcatDot"))
// //
const stuApply = setting["stuApply"]; const stuApply = setting["stuApply"];
stuApply && (step[3].date = formatParsedResult([{value: stuApply}], "rangeConcatDot")) stuApply && (step[3].date = formatParsedResult([{value: stuApply}], "rangeConcatDot"))