diff --git a/src/api/oldRace.ts b/src/api/oldRace.ts
new file mode 100644
index 0000000..a72faf6
--- /dev/null
+++ b/src/api/oldRace.ts
@@ -0,0 +1,36 @@
+import request from "@/utils/requset";
+
+// 获取年度比赛和项目
+export const getOldRaceList = (params:any) => {
+ return request({
+ url: '/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/queryCompInfo4Stu',
+ method: 'get',
+ params
+ })
+}
+// 查询报名信息
+export const getOldRaceInfo = (params:any) => {
+ return request({
+ url: '/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/queryTopicById',
+ method: 'get',
+ params
+ })
+}
+
+// 查询团队成员列表
+export const getTeamList = (params:any) => {
+ return request({
+ url: 'annualcompetitionprojectregistration/annualCompetitionProjectRegistration/queryTeamManagementByMainId',
+ method: 'get',
+ params
+ })
+}
+
+// 获取指导老师列表
+export const getTeacherList = (params:any) => {
+ return request({
+ url: 'annualcompetitionprojectregistration/annualCompetitionProjectRegistration/queryInstructorSheetByMainId',
+ method: 'get',
+ params
+ })
+}
\ No newline at end of file
diff --git a/src/views/competition/index.vue b/src/views/competition/index.vue
index 9893c2a..0e2f048 100644
--- a/src/views/competition/index.vue
+++ b/src/views/competition/index.vue
@@ -7,7 +7,19 @@
-
{{ yearRaceInfo.name }}
+
+
{{ yearRaceInfo.name }}
+
+
+ 返回
+
+
+
+
{{ yearRaceInfo.introduction }}
@@ -20,11 +32,15 @@
-
没有项目,请创建年度比赛项目
+
+ 没有项目,请创建年度比赛项目
+
{{ o.objName }}
@@ -82,7 +98,9 @@
{{ i.name }}
- 报名时间:{{ i.starttime }} - {{ i.endtime }}
+
+ 报名时间:{{ i.starttime }} - {{ i.endtime }}
+
@@ -95,7 +113,7 @@ import { getCompetitionApi } from '@/api/person'
import { ref, watch } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { ElMessage, ElLoading } from 'element-plus'
-import { getYearRaceInfo,getHistoryRaceList } from '@/api/race'
+import { getYearRaceInfo, getHistoryRaceList } from '@/api/race'
const route = useRoute()
const router = useRouter()
diff --git a/src/views/login/registered.vue b/src/views/login/registered.vue
index 8799f9e..42bdeaf 100644
--- a/src/views/login/registered.vue
+++ b/src/views/login/registered.vue
@@ -2,7 +2,7 @@
@@ -157,7 +160,7 @@ getData()
--color2: #42d9ac;
cursor: pointer;
text-align: center;
- width: 470px;
+ width: 270px;
height: 50px;
border-radius: 45px;
border: none;
diff --git a/src/views/raceInfo/index.vue b/src/views/raceInfo/index.vue
index 1f9eccb..51a2a30 100644
--- a/src/views/raceInfo/index.vue
+++ b/src/views/raceInfo/index.vue
@@ -139,11 +139,18 @@
/>
+
{{item.annualname}}年度
{{ item.name }}
-
{{ item.introduction }}
-
- 报名时间:{{ item.starttime }}-{{ item.endtime }}
+
负责部门:{{ item.compOrgan }}
+
+
+
开始时间:{{ item.starttime }}
+ 结束时间:{{ item.endtime }}
+
+
@@ -275,7 +282,13 @@ const createfileLink = (url: any) => {
.time {
font-size: 14px;
color: #8c8b8b;
- margin-top: 40px;
+ margin-top: 30px;
+ }
+ .niandu{
+ color: #1e2033;
+ font-size: 18px;
+ margin-top: 20px;
+ font-weight: 600;
}
}
}
diff --git a/src/views/registrationGroup/components/stuList.vue b/src/views/registrationGroup/components/stuList.vue
index ca042d0..9e70f57 100644
--- a/src/views/registrationGroup/components/stuList.vue
+++ b/src/views/registrationGroup/components/stuList.vue
@@ -3,13 +3,7 @@
新增
-
+
删除
@@ -58,6 +52,39 @@
/>
+
+
+
+
+
+ 学号
+
+
+
+
+
+
+
+
+
+
+ 手机号
+
+
+
+
+
+
+
+
+
+
+ 邮箱
+
+
+
+
+
@@ -76,11 +103,14 @@