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, // hidden: false,
// }, // },
// }, // },
{ /* {
path: '/raceList', path: '/raceList',
name: 'RaceList', name: 'RaceList',
component: () => import('@/views/raceList/index.vue'), component: () => import('@/views/raceList/index.vue'),
@ -58,7 +58,7 @@ export const constRouter: any = {
title: '竞赛列表', title: '竞赛列表',
hidden: false, hidden: false,
}, },
}, },*/
{ {
path: '/competition', path: '/competition',
name: 'Competition', name: 'Competition',

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

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

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

Loading…
Cancel
Save