From 449161a30b1fa4a088e04dae5cf6dfe01a38761a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 27 Apr 2023 16:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=90=8D=E6=9A=82?= =?UTF-8?q?=E6=9C=AA=E5=BC=80=E5=A7=8B+=E7=BB=93=E9=A1=B9=E8=80=83?= =?UTF-8?q?=E6=A0=B8=E8=AF=BE=E9=A2=98=E9=93=BE=E6=8E=A5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?/2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/home/lightspot/index.jsx | 2 +- src/glcc/interimReview/result.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glcc/home/lightspot/index.jsx b/src/glcc/home/lightspot/index.jsx index 42f279ae4..67ac4bb1a 100644 --- a/src/glcc/home/lightspot/index.jsx +++ b/src/glcc/home/lightspot/index.jsx @@ -26,7 +26,7 @@ function Lightspot(props) {

有兴趣成为GLCC的导师吗?

想要扩大项目知名度和影响力,为开源项目吸引新鲜血液,培养长期开发者。通过GitLink平台,与高校建立连接,指导开源新人传授他们的开源文化,享受开源的乐趣
- {period === 0 && round === 2 ?
立即报名
:
项目报名已结束
} + {period === 0 && round === 2 ?
立即报名
:
项目报名{period === -1 ? "敬请期待" : "已结束"}
}

你是开源新手,有兴趣参加GLCC吗?

diff --git a/src/glcc/interimReview/result.jsx b/src/glcc/interimReview/result.jsx index fc225c96b..32a6e6958 100644 --- a/src/glcc/interimReview/result.jsx +++ b/src/glcc/interimReview/result.jsx @@ -55,7 +55,7 @@ function CheckResult({current_user, history, checkTime3, round, id}) { { title: '序号', dataIndex: 'index', align: 'center', className:"columnsResult", width: '6%', render: (text, item, index) => {(current-1)*pageSize+index + 1} }, { title: '入选学生', dataIndex: 'studentName', className:"columnsResult taskName", width: '10%', ellipsis: true}, { title: '课题导师', dataIndex: 'tutorName', className:"columnsResult", width: '10%', ellipsis: true}, - { title: '课题名称', dataIndex: 'taskName', className:"columnsResult", width: '20%', ellipsis: true, render: (text, item) => {window.open(`/glcc/subjects/detail/${item.taskId}`)}}>{text} }, + { title: '课题名称', dataIndex: 'taskName', className:"columnsResult", width: '20%', ellipsis: true, render: (text, item) => {window.open(`/glcc/${id}/subjects/detail/${item.taskId}`)}}>{text} }, { title: '项目名称', dataIndex: 'projectName', className:"columnsResult", ellipsis: true, width: '14%', render: (text) => {text} }, { title: '项目简介', dataIndex: 'introduce', className:"columnsResult", width: '13%', ellipsis: true}, { title: '答辩视频', dataIndex: 'defenceVideoUrl', className:"columnsResult", width: '15%', ellipsis: true, render: (text, item) => {window.open(text)}}>{text}},