base
喻忠伟 6 months ago
parent fa89909fa5
commit 472e912b05
  1. 4
      src/router/module/constRouter/index.ts
  2. 2
      src/views/competition/index.vue
  3. 2
      src/views/registrationGroup/components/stuDialog.vue
  4. 2
      src/views/registrationGroup/components/stuList.vue

@ -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',

@ -18,7 +18,7 @@
<div class="select">
<div class="left">
<div class="text-box">
<div class="title">选择</div>
<div class="title">选择</div>
<div class="small">300+竞赛登陆后请报名</div>
</div>

@ -109,7 +109,7 @@ const params = reactive<any>({
const name = ref('')
//
const search = () => {
params.name=name.value
params.work_no="*"+name.value+"*"
getList()
}
const loading = ref(false)

@ -117,7 +117,7 @@ watch(()=>userModel.userInfo,()=>{
const add = () => {
const length = tableData.push({
realname: '', //
captain: '', //
captain: '0', //
teamSeq: tableData.length + 1, //
userId: '', // id
})

Loading…
Cancel
Save