9d79024e by zhangmeng

赛事

1 parent b2fb5e09
...@@ -22,8 +22,12 @@ ...@@ -22,8 +22,12 @@
22 </div> 22 </div>
23 <div class="panel-body" style="padding: 10px"> 23 <div class="panel-body" style="padding: 10px">
24 <div class="tip text-right"> 24 <div class="tip text-right">
25 <!-- *{{-->
26 <!-- language == 0 ? '可通过[选手管理],增加和编辑运动员' : 'You can add and edit athletes through [Athlete Management]'-->
27 <!-- }}-->
25 *{{ 28 *{{
26 language == 0 ? '可通过[选手管理],增加和编辑运动员' : 'You can add and edit athletes through [Athlete Management]' 29 language == 0 ?
30 '可通过选手管理,增加运动员和完善运动员信息' : `You can add players and complete athletes' details through [Athlete Management]`
27 }} 31 }}
28 </div> 32 </div>
29 <div style="margin: 0 4px 10px;display: flex"> 33 <div style="margin: 0 4px 10px;display: flex">
...@@ -110,12 +114,6 @@ ...@@ -110,12 +114,6 @@
110 /> 114 />
111 </div> 115 </div>
112 </div> 116 </div>
113 <p v-if="show" class="text-danger text-center">
114 {{
115 language == 0 ?
116 '可通过选手管理,增加运动员和完善运动员信息' : `You can add players and complete athletes' details through [Athlete Management]`
117 }}
118 </p>
119 <div id="projectbox" v-loading="loadingProject" style="height: 50vh;overflow: auto;"> 117 <div id="projectbox" v-loading="loadingProject" style="height: 50vh;overflow: auto;">
120 <el-checkbox-group v-model="projectIds" @change="changeProject"> 118 <el-checkbox-group v-model="projectIds" @change="changeProject">
121 <el-checkbox 119 <el-checkbox
...@@ -334,7 +332,6 @@ const matchId = ref(route.query.matchId) ...@@ -334,7 +332,6 @@ const matchId = ref(route.query.matchId)
334 const checked = ref('0') 332 const checked = ref('0')
335 const insuranceFlag = ref() 333 const insuranceFlag = ref()
336 const insuranceAgreement = ref() 334 const insuranceAgreement = ref()
337 const show = ref(false)
338 335
339 let signInfoType = null 336 let signInfoType = null
340 onMounted(() => { 337 onMounted(() => {
...@@ -359,7 +356,6 @@ function getAthletesList() { ...@@ -359,7 +356,6 @@ function getAthletesList() {
359 } 356 }
360 } 357 }
361 } 358 }
362 show.value = athletesList.value.some(v => !v.phone || v.ocrFlag == 0)
363 }) 359 })
364 } 360 }
365 361
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!