From 472e912b05268d5bad4c4adce2b01d0312127164 Mon Sep 17 00:00:00 2001
From: admin <417727563@qq.com>
Date: Wed, 27 Nov 2024 20:21:56 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=8A=A5=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/module/constRouter/index.ts | 4 ++--
src/views/competition/index.vue | 2 +-
src/views/registrationGroup/components/stuDialog.vue | 2 +-
src/views/registrationGroup/components/stuList.vue | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/router/module/constRouter/index.ts b/src/router/module/constRouter/index.ts
index a589b0a..c4ab416 100644
--- a/src/router/module/constRouter/index.ts
+++ b/src/router/module/constRouter/index.ts
@@ -49,7 +49,7 @@ export const constRouter: any = {
// hidden: false,
// },
// },
- {
+ /* {
path: '/raceList',
name: 'RaceList',
component: () => import('@/views/raceList/index.vue'),
@@ -58,7 +58,7 @@ export const constRouter: any = {
title: '竞赛列表',
hidden: false,
},
- },
+ },*/
{
path: '/competition',
name: 'Competition',
diff --git a/src/views/competition/index.vue b/src/views/competition/index.vue
index e6d51c5..087f824 100644
--- a/src/views/competition/index.vue
+++ b/src/views/competition/index.vue
@@ -18,7 +18,7 @@
-
选择项目
+
选择题目
300+竞赛登陆后请报名
diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue
index ab2710f..0f0e4da 100644
--- a/src/views/registrationGroup/components/stuDialog.vue
+++ b/src/views/registrationGroup/components/stuDialog.vue
@@ -109,7 +109,7 @@ const params = reactive
({
const name = ref('')
// 搜索
const search = () => {
- params.name=name.value
+ params.work_no="*"+name.value+"*"
getList()
}
const loading = ref(false)
diff --git a/src/views/registrationGroup/components/stuList.vue b/src/views/registrationGroup/components/stuList.vue
index 1497b5e..06d8fcf 100644
--- a/src/views/registrationGroup/components/stuList.vue
+++ b/src/views/registrationGroup/components/stuList.vue
@@ -117,7 +117,7 @@ watch(()=>userModel.userInfo,()=>{
const add = () => {
const length = tableData.push({
realname: '', // 用户
- captain: '', // 是否队长
+ captain: '0', // 是否队长
teamSeq: tableData.length + 1, // 队员序号
userId: '', // id
})
From c7da869fdab43a68e08755d622f9b140364fc40a Mon Sep 17 00:00:00 2001
From: admin <417727563@qq.com>
Date: Wed, 27 Nov 2024 21:57:11 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E6=8A=A5=E5=90=8D2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/competition/index.vue | 2 +-
src/views/registrationGroup/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/competition/index.vue b/src/views/competition/index.vue
index 087f824..e6d51c5 100644
--- a/src/views/competition/index.vue
+++ b/src/views/competition/index.vue
@@ -18,7 +18,7 @@
-
选择题目
+
选择项目
300+竞赛登陆后请报名
diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue
index 93864bc..762c3d1 100644
--- a/src/views/registrationGroup/index.vue
+++ b/src/views/registrationGroup/index.vue
@@ -182,7 +182,7 @@ getNdbswxqList(route.query.bcId as string).then((res: any) => {
if (res.result) ndbs.value = res.result
})
getComppxqList(route.query.id as string).then((res: any) => {
- console.log(res.result, 'xm')
+ //console.log(res.result, 'xm')
if (res.result) ndbsXm.value = res.result
})
From 85df29b4a88deb68e585a6d1cdb03b7ea6d5e4ef Mon Sep 17 00:00:00 2001
From: admin <417727563@qq.com>
Date: Fri, 29 Nov 2024 11:42:22 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=8A=A5=E5=90=8D3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/registrationGroup/components/stuDialog.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue
index 7127429..e9176f1 100644
--- a/src/views/registrationGroup/components/stuDialog.vue
+++ b/src/views/registrationGroup/components/stuDialog.vue
@@ -13,7 +13,7 @@
-
+
搜索