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] =?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 })